Twitter bot who posts every day the days until herd immunity to Covid-19 is reached through vaccinations in Mexico https://twitter.com/timetoherdmx
Calculations from https://timetoherd.com/
Days = [(Population * 0.7) - (Vaccine Doses Delivered * 0.5)] / (Average Daily Vaccine Doses Given * 0.5)
- Copy .env-tamplate and rename it as .env
- Fill with your Twitter API credentials
- Run
npm run dev
- Fork this repo
- Add your code
- run
nmp run eslint:fix
- Create your pull request