An open API service indexing awesome lists of open source software.

https://github.com/murtuzaalisurti/dev-blog-posts

DEV.to blog post retriever
https://github.com/murtuzaalisurti/dev-blog-posts

api css dev-api html javascript nodejs rest-api

Last synced: about 1 month ago
JSON representation

DEV.to blog post retriever

Awesome Lists containing this project

README

          

# Blog Post Retriever

## Demo

Visit this [link](https://dev-blog-posts.herokuapp.com/) and enter a [dev.to](https://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](https://developers.forem.com/api/).

## Want to contribute?

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