COVICoin is a gamified experience that gives the user redeemable credits based on how many people they help. The system shows the users specific tweets which are asking for leads about COVID resources and the users get redeemable credits according to how much they can help the person by verifying leads and replying to that tweet.
This project won 2nd prize at FrostHack 2021.
- Clone the repository.
- Go to root directory and run
npm i
. - When all the node modules are loaded, make a file named
.env
and fill with variables mentioned in.env.example
. - Run
npm run dev
ornpm run start
accordingly
- axios
- cors
- dotenv
- ejs
- express
- login-with-twitter
- mongoose
- needle
- nodemon
- urlencode
You can install everything by just running npm i
.