Inspired by @ProgressBar201X and @year_progress on Twitter, we decided to give it a UConn twist.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js - JavaScript runtime
- Twit - Twitter API Client for node
- Cron - Tool to run code on a schedule
- Install Node.js from the link above.
- Install the dependencies required for this project with
npm install
.
- Create your own Twitter Developer Account, and create your own app.
- Copy the app information from Details -> Keys and tokens to
exampleconfig.js
. - Rename the file to
config.js
. - Run the project from
main.js
in an IDE such as WebStorm or in a terminal withnode main.js
.
- WebStorm - JavaScript IDE
- GitHub Desktop - GitHub app
- Ryan Marsh - Project Co-Creator - Rhino48
- Steven Ferruci - Project Co-Ceator - SergeantFrog