erral / eitbapi

Demo app to expose a public API for EITB Nahieran. Featuring this EuroPython 2016 talk: https://ep2016.europython.eu/conference/talks/eitb-nahieran-askatu-bideoak-api-honen-bidez
GNU General Public License v2.0
10 stars 4 forks source link
radio rest rest-api tv

eitbapi

A pyramid app to expose an API for EITB Nahieran (unofficial)

.. image:: https://travis-ci.com/erral/eitbapi.svg?branch=master :target: https://travis-ci.com/erral/eitbapi

.. image:: https://coveralls.io/repos/github/erral/eitbapi/badge.svg :target: https://coveralls.io/github/erral/eitbapi

View API online

https://still-castle-99749.herokuapp.com/

Installation

To run and install localy, create a virtualenv first and then::

$ pip install -r requirements.txt $ pip install -e . $ pserve development.ini --reload

Deployment on Heroku

You can deploy this app on Heroku. To do so, first create an account at Heroku and install Heroku Toolbelt_ and login for the first time from the console::

$ heroku login

Now you are ready to create the application on Heroku:

.. unicode:: U+1F64C U+1F64C U+1F64C U+1F64C

.. pyramid: http://docs.pylonsproject.org/projects/pyramid .. EITB Nahieran: http://www.eitb.tv .. Heroku: https://www.heroku.com .. Heroku Toolbelt: https://toolbelt.heroku.com/