Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

forte

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forte

Community Node.js API wrapper for Forte Web Services

  • 0.2.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 06 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc