Skip to content

calldesk/Oscar-Node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published