Gold standard benchmark dashboard
This project is shipped with yarn. You can use it instead of npm for packet management.
$ yarn
$ bower install
$ npm install
$ npm test
Launch an express server at http://localhost:3000
$ npm start
You can set a different port with the environment variable PORT.
$ PORT=5000 npm start
Choose between
- khresmoi_docs
- kconnect_docs
Add A comparator file. It is useful for showing results spinner information.
Fetch from api-kconnect
Fetch from CouchDB available in api-kconnect.
Will fetch the database results and show the output for benchmark comparison.
GET /api
{
"title": "xxxxx",
"version": "xxxx"
}
Not in use.
GET /api/domain/
Fetch the whole database results.
GET /api/domain/:domain
Fetch result for a specific domain name.
GET /api/url/:url
Will call trustability script on apikconnect.
Pierre REPETTO-ANDIPATIN: [email protected]
MIT