A REST api for scraped data, returned from norix-scraper. To use this project you need to setup norix-scraper first to get data from Nori.
You need Node.
The api is written in Sails which is included in package.json
, so no need to install separately.
$ git clone https://github.com/busla/norix-api && cd norix-api
$ npm install
$ sails lift
See norix-ui