https://github.com/phiilu/dev.to-reactions-in-article-title
Using the dev.to API to update the article with the count of reactions.
https://github.com/phiilu/dev.to-reactions-in-article-title
Last synced: 8 months ago
JSON representation
Using the dev.to API to update the article with the count of reactions.
- Host: GitHub
- URL: https://github.com/phiilu/dev.to-reactions-in-article-title
- Owner: phiilu
- Created: 2020-10-10T11:17:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T11:20:43.000Z (over 5 years ago)
- Last Synced: 2025-02-14T05:26:14.048Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dev.to Reactions in Title Experiment
Using the dev.to API to update the article with the count of reactions.
Read more about it: [This post has X reactions! - Using the dev.to API to update the post title with the reactions count!](https://dev.to/phiilu/this-post-has-0-reactions-using-the-dev-to-api-to-update-the-post-title-with-the-number-of-reactions-4bfm)
## Getting started
1. copy the `.env.sample` to `.env` and add your settings
2. `npm install`
3. `node index.js`
Please not that you should not DoS or DDoS the API of dev.to using this!