This project provides a RaiPlay API to retrieve tv program information and files for the past seven days.
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
.
Available on Apiary