Skip to content

karimsa/solver.js

Repository files navigation

solver.js Build Status View on NPM code climate code coverage

tools for processing collected data.

NPM

Usage

The documentation is still being worked on, but test coverage should be near 100%. So if you would like to see how all the different components of solver.js work, please see the tests.

installing

npm i solver

using

// the package name on npm is
// 'solver', so you should be able
// to import it after installation
// like so:

var solver = require ( 'solver' );

// ... do stuff with solver ...

Licensing

Licensed under GPLv2.

About

javascript tools for processing collected data

Resources

License

Stars

Watchers

Forks

Packages

No packages published