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
- Host: GitHub
- URL: https://github.com/murtuzaalisurti/dev-blog-posts
- Owner: murtuzaalisurti
- License: mit
- Created: 2021-12-24T17:01:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T06:23:08.000Z (over 4 years ago)
- Last Synced: 2025-01-05T05:12:38.445Z (over 1 year ago)
- Topics: api, css, dev-api, html, javascript, nodejs, rest-api
- Language: JavaScript
- Homepage: https://dev-blog-posts.herokuapp.com/
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.