Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.03 KB

readme.md

File metadata and controls

30 lines (19 loc) · 1.03 KB

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