calldesk / Oscar-Node

Nodejs client for Oscar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Nodejs client for Oscar.


Languages

Language:JavaScript 100.0%