Skip to content

28msec/zorba-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zorba Node Binding

Circle CI

Install

$npm install zorba-nodejs

Usage

var ZorbaAPI = require('zorba-nodejs').ZorbaAPI;

var api = new ZorbaAPI('http://localhost/v1');
api.evaluate({
    query: '1 + 1'
}).then(function(result){
    console.log(result.body);
});

An endpoint for testing is available at http://zorba-server-dev-f13fb543-1.wcandillon.cont.tutum.io:81/v1. It is based on the image docker image at https://hub.docker.com/r/wcandillon/zorba-server-dev/

var api = new ZorbaAPI('http://zorba-server-dev-f13fb543-1.wcandillon.cont.tutum.io:81/v1');

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published