NewSum is a summarization application developed for getting summaries from various news sources.
This repository contains the code of the mobile application (build with Ionic framework). News are fetched by consuming a free SOAP service defined by SciFY.
This project was built using the following versions of nodejs and npm:
$ node -v
v8.9.1
$ npm -v
5.6.0
It is very easy to install multiple versions of nodejs and npm, by using Node Version Manager (nvm):
Install node v8.9.1
$ nvm install v8.9.1
Set node v8.9.1 as the default version
$ nvm alias default v8.9.1
$ npm install -g ionic cordova
$ npm install
Run on browser:
$ ionic serve
Run on android emulator:
$ ionic cordova platform add android
$ ionic cordova emulate android