Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 873 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 873 Bytes

RaiPlay API

CI Status Docker Pulls

This project provides a RaiPlay API to retrieve tv program information and files for the past seven days.

How do I get set up?

You've several way to get raiapi running:

  • You can use docker:

    docker run -d -p 80:3000 maxcanna/raiapi:latest.

  • Or manually:

  $ npm i --production
  $ npm start

raiapi will be available on port 3000.

Documentation

Available on Apiary