HashSlap-Summer-of-Code/dev-dash

✍️ Issue: Add Dev.to Blog Integration

Aberta

#3 aberto em 1 de jul. de 2025

 (0 comentário) (0 reação) (0 responsável)JavaScript (2 forks)auto 404
hacktoberfesthelp wantedhssoc🔗 Service Integrations

Métricas do repositório

Stars
 (0 estrela)
Métricas de merge de PR
 (Métricas PR pendentes)

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>
  • 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

Resources

Guia do colaborador