Skip to content

murtuzaalisurti/dev-blog-posts

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Blog Post Retriever

Demo

Visit this link and enter a dev.to username to fetch the latest blog posts!

Development

Step 1 :

Run npm install to install the dependencies and then set the required environment variables i.e your dev.to API key and PORT.

Step 2 :

Run node index.js to kickstart the development server in your local machine. That's it.

API

We have used the Forem's official dev.to API.

Want to contribute?

Currently we accept no pull requests. If you encounter an issue, create an issue by visiting the issues tab.