Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (21 loc) · 438 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 438 Bytes

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