HashSlap-Summer-of-Code/dev-dash

✍️ Issue: Add Dev.to Blog Integration

オープン

#3 opened on 2025/07/01

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (2 件のフォーク)auto 404
hacktoberfesthelp wantedhssoc🔗 Service Integrations

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド