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

BT-OpenSource/bt-openlink-js

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published