HashSlap-Summer-of-Code/dev-dash

✍️ Issue: Add Dev.to Blog Integration

Offen

#3 geöffnet am 01.07.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2 Forks)auto 404
hacktoberfesthelp wantedhssoc🔗 Service Integrations

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide