Rotating display of images of the front page of newspapers and magazines .
Uses the PressReader API: (https://developers.pressreader.com). Need to sign up for a free starter account and get an API key.
- Clone the repo
npm install- Export PressReader API into environment:
export PRESSREADER_API_KEY=<put your api key here> npm start