connect-js-viz
v0.5.8
Published
JavaScript SDK for Connect (http://getconnect.io/)
Downloads
28
Readme
Connect Javascript SDK
Getting Access
Sign up at https://getconnect.io to generate and retrieve your API keys so that you can start using the SDK.
Install using npm
Core
npm install connect-js
Viz
npm install connect-js-viz
Install using bower
npm install connect-js
CDN
https://cdn.getconnect.io/connect-js/{version}/standalone/connect-all.min.js
Module support
The SDK supports CommonJS (node.js/io.js), browserify and global scope.
Documentation
All of the documentation can be found at http://docs.getconnect.io.
Contributing
We love open source, so we are happy to accept pull requests and will endeavor to fix the issues and include the enhancements that the community raise.
Building
To build, run, and serve the SDK locally run:
git clone https://github.com/getconnect/connect-js connect-js
cd connect-js
npm install
gulp serve