Base project containing the barebones files to get started with SAPI requests and FT SSO.
Install the dependencies and start the server. The server will watch for any changes made and automatically restart.
$ npm install
$ npm start
Sumy, a python library, is also required for extractive summary. To install this on your system, you can use pip. To install pip (Python package manager) on a mac, you can use 'easy_install pip' and then run:
pip install sumy
For tests, run:
$ npm test