An unofficial API for SensCritique
This is a wrapper over the API used by SensCritique in their mobile applications.
Neither I, nor any developer who contributed to this project, accept any kind of liability for your use of this library.
This package is not endorsed or affiliated with SensCritique, SensCritique.com, or SENSCRITIQUE SARL
Clone the repo: git clone git@github.com:miramo/senscritique-api.git
To install dependencies enter project folder and run following command:
yarn
npm install typescript -g
npm install typings -g
typings install
tsc
To run server execute:
yarn start
You can test the API using Postman
SensCritique API was created by and is maintained by Maxime MIRAMOND.
Distributed under the GPL-3.0+ license. See LICENSE
for more information.