/bt-openlink-js

Primary LanguageJavaScriptMIT LicenseMIT

bt-openlink-js

A JavaScript implementation of the BT Openlink API.

Usage

  1. Install NodeJS - https://nodejs.org/en/download/
  2. (Optional) Configure proxies
    npm config -g set proxy http://proxy.example.com:8080
    npm config -g set https-proxy http://proxy.example.com:8080
  1. Install grunt
    npm install -g grunt-cli
  1. Fetch the dependencies
    npm install
  1. Package everything
    grunt