https://github.com/liitfr/electre-www
discover & use electre-js package online
https://github.com/liitfr/electre-www
business-intelligence decision-making electre multicriteria-decision-analysis
Last synced: about 2 months ago
JSON representation
discover & use electre-js package online
- Host: GitHub
- URL: https://github.com/liitfr/electre-www
- Owner: liitfr
- License: mit
- Created: 2017-08-28T19:22:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T08:14:14.000Z (about 6 years ago)
- Last Synced: 2025-02-18T04:51:08.275Z (3 months ago)
- Topics: business-intelligence, decision-making, electre, multicriteria-decision-analysis
- Language: JavaScript
- Homepage: https://electre.netlify.com/
- Size: 2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# electre-www
[](https://travis-ci.org/liitfr/electre-www) [](https://david-dm.org/liitfr/electre-www)
[](https://greenkeeper.io/)
[](https://opensource.org/licenses/MIT)ELECTRE is a set of multi-criteria decision analysis methods.
This website has been designed in order to make possible to discover & use [electre-js](https://github.com/liitfr/electre-js) package online.Built with [Spike](https://www.spike.cf/) 🌵
## Setup
- make sure [node.js](http://nodejs.org) is at version >= `6`
- `npm i spike -g`
- clone this repo down and `cd` into the folder
- run `npm install`
- run `spike watch` or `spike compile`## Testing
Tests are located in `test/**` and are powered by [ava](https://github.com/sindresorhus/ava)
- `npm install` to ensure devDeps are installed
- `npm test` to run test suite