An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# electre-www

[![tests](http://img.shields.io/travis/liitfr/electre-www/master.svg?style=flat)](https://travis-ci.org/liitfr/electre-www) [![dependencies](http://img.shields.io/david/liitfr/electre-www.svg?style=flat)](https://david-dm.org/liitfr/electre-www)
[![Greenkeeper badge](https://badges.greenkeeper.io/liitfr/electre-www.svg)](https://greenkeeper.io/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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