Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 376 Bytes

File metadata and controls

12 lines (8 loc) · 376 Bytes

frontpagenews

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.

Set up

  • Clone the repo
  • npm install
  • Export PressReader API into environment: export PRESSREADER_API_KEY=<put your api key here>
  • npm start