/Oscar-Node

Nodejs client for Oscar.

Primary LanguageJavaScript

Oscar's Nodejs client

This is the Nodejs client for Oscar.

Install

npm install git+git://github.com/calldesk/Oscar-Node.git

Usage

var Oscar = require('oscar-node');
var scientist = new Oscar(process.env.OSCAR_KEY);
// ...

Read the docs and have a look at exemple.js.

Note: this example assumes OSCAR_KEY is available ($ export OSCAR_KEY=<your-api-key>). See getting-started to get one.