The goal of this project is to fetch newspaper front pages every morning to display on a Meural frame
- ImageMagick must be installed on the system, the node package included in this project is just a wrapper. Install via brew or other package manager.
- Copy the config example, and fill in your meural credentials:
cp config.example.json config.json - Run
npx tsc && node index.jsto compile and run (for now)