HashSlap-Summer-of-Code/dev-dash
✍️ Issue: Add Dev.to Blog Integration
Ouverte
#3 ouverte le 1 juil. 2025
hacktoberfesthelp wantedhssoc🔗 Service Integrations
Métriques du dépôt
- Stars
- (0 étoile)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Description
Create a widget that fetches and displays a user’s recent blog posts from Dev.to.
Tasks
- Input: Dev.to username (from user settings or hardcoded for now)
- Fetch blog posts using Dev.to public RSS feed:
- Example:
https://dev.to/feed/<username>
- Example:
- Display title, date, and short description for latest 3–5 posts
- Each post should link to the original Dev.to article
- Use fallback UI for empty or loading states