This is the Nodejs client for Oscar.
npm install git+git://github.com/calldesk/Oscar-Node.git
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.