https://github.com/karimsa/solver.js
javascript tools for processing collected data
https://github.com/karimsa/solver.js
Last synced: 3 months ago
JSON representation
javascript tools for processing collected data
- Host: GitHub
- URL: https://github.com/karimsa/solver.js
- Owner: karimsa
- License: gpl-2.0
- Created: 2015-01-24T05:12:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T16:16:36.000Z (almost 10 years ago)
- Last Synced: 2025-03-11T21:03:58.432Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 658 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# solver.js [](https://travis-ci.org/karimsa/solver.js) [](http://npmjs.org/package/solver) [](https://codeclimate.com/github/karimsa/solver.js) [](https://codeclimate.com/github/karimsa/solver.js)
tools for processing collected data.
[](https://nodei.co/npm/solver/)
## 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](test/test-solver.js).*
### installing
`npm i solver`
### using
```javascript
// 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](LICENSE).