/norix-api

REST api for Norix-UI and Norix-scraper

Primary LanguageJavaScript

NORIX-API

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.

Installation instructions

NODE

You need Node.

Sails

The api is written in Sails which is included in package.json, so no need to install separately.

Project

$ git clone https://github.com/busla/norix-api && cd norix-api
$ npm install
$ sails lift

Web UI

See norix-ui