Skip to content

maxcanna/raiapi

Repository files navigation

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