A JavaScript implementation of the BT Openlink API.
- Install NodeJS - https://nodejs.org/en/download/
- (Optional) Configure proxies
npm config -g set proxy http://proxy.example.com:8080
npm config -g set https-proxy http://proxy.example.com:8080
- Install grunt
npm install -g grunt-cli
- Fetch the dependencies
npm install
- Package everything
grunt