Nodejs application to check a RSS Feed every certain time (6 hours by default), and tweet in your personal account if there is a new blog post.
- Clone the repository
- npm install
- Add an .env file with the following structure:
FEED_RSS=
TWITTER_API_KEY=
TWITTER_API_SECRET_KEY=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_TOKEN_SECRET=
- npm start and have fun!
This app is part of my #100DaysOfCode challenge!