descarteslabs-js
v0.6.0
Published
Descartes Labs JS Client Library
Downloads
11
Keywords
Readme
descarteslabs-js
A javascript (i.e., node) client library for descarteslabs services.
Is this a good idea? Not sure... but it does seem to work!
$ npm install
Look at main.js to see an example. Use node
to run it. In order for authentication to work put your client_id
and client_secret
in their respective files in a folder called localStorage
. No extra spaces or newlines!
$ node main.js
Run development server with npm start
$ npm start
On the browser side, set your client_id and client_secret in localStorage.