An IOT clock that shows time and covid-19 count (among other things). (Submission for 2020 BotHacks hackathon)
- Time
- Weather
- Covid-19 Count in end user's city
- Youtube Subscriber Count
- Easy configuration
- Temperature sensor which will indicate whether a user is sick
- Buzzer for Notifications potential
- In the
api-clientdirectory, createkey.json - In
key.json, create this object (the value should be your open weather api key):
{
"openweather": "",
"city": "",
"country": ""
}- Run
./run.sh
