0.2.7 • Published 9 years ago

forte v0.2.7

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

This library is alpha status. You have been warned!

Forte community library for Node.js

See the Forte Web Service docs for help.

Pull requests welcome. Please write tests.

Ensure the PR conforms to the JSCS and JSHint standards.

npm run jscs
npm run jshint

Usage

var Forte = require('forte');
var credentials = require('./test/credentials.example.json');
var forte = new Forte(credentials);

forte.setDevmode(); // to use the sandbox endpoint

See the tests in ./test/functional/ for common usage.

Testing

npm run unit
npm run functional
npm test # everything

Debugging

Run with DEBUG=forte* environment variable.

DEBUG=forte* npm test
0.2.7

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago