Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 982 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 982 Bytes

Bytel API Cloud Sample

This project is a sample NodeJS application that make use of BBox API CLOUD (French TV programmes and VOD)

To run this app:

  1. Ask your credentials here : https://dev.bouyguestelecom.fr/nous-contacter/
  2. Create a ".env" file in this repository with this inside :
# Credentials needed to authenticate the current App and grant a valid token
APP_ID=xxx-xxx
APP_SECRET=ABC123ABC123ABC123
  1. Go in in your shell to this repository and: npm install
  2. Open a shell and type: node .\app.js OR nodemon .\app.js
  3. Open your browser http://localhost:3000

BBox API CLOUD Documentation: https://api.bbox.fr/doc/

First example: using data of a programme

1

Second example: JSON list for current programmes

2