loom_api

loom javascript api client


License
MIT
Install
bower install loom_api

Documentation

loom js-api-client Build Status

A javascript (node) api client for loom

Installation

NPM:

npm install loom_api

Bower:

bower install loom_api

Client side Example

You can use the client side example.html file to start playing with the Api. Edit the file to include your credentials and then run a simple http server to serve the static page. I like using python -m SimpleHTTPServer 8000 then view http://localhost:8000/example.html

Tests

The default grunt test command just runs the node mocha tests. There is also grunt remote_test which runs tests against the real loom server. There is also some minimal jasmine tests which can be run with grunt jasmine which are basically just a sanity check on the browserify build.