Skip to content

xxczaki/onion-omega2-coronavirus-oled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onion-omega2-coronavirus-oled

Display coronavirus stats on the Onion OLED Expansion

Demo

Demo

About

This project uses the coronavirusapi.me GraphQL API to fetch recent coronavirus stats. It then displays them on the OLED screen. Data refetch happens every hour.

Hardware Requirements

Installation & Usage

  1. Install Node.js & npm for Onion (follow this guide)
  2. Install git for Onion (follow this guide)
  3. Run git clone https://github.com/xxczaki/onion-omega2-coronavirus-oled/
  4. Run cd onion-omega2-coronavirus-oled
  5. Run node --max_old_space_size=64 $(which npm) install --production
  6. Run node index.js
  7. Done!

License

MIT