sleepyfran / readder

📖 Read articles from your favourite website based on how much time you have
https://sleepyfran.github.io/readder/
20 stars 2 forks source link

Add support for DEV.to articles #11

Closed sleepyfran closed 5 years ago

sleepyfran commented 5 years ago

Now that #4 has been fully implemented, this will be easy to do.

Using their nice articles API (https://dev.to/api/articles/?page=1) we can get a list of the most recent featured articles and even filter by tags by specifying the tag query, with that list we can fetch an individual article specifying the ID of such article: https://dev.to/api/articles/{id}

Steps to implement this:

sleepyfran commented 5 years ago

Implemented in 3655ddcd2b436cca044cb5dd0708cdcd7f0421aa.