- Python 2.7
- Flask==0.10.1: API server
- pyteaser==2.0: Text summarization library
- feedparser: Fetching and parsing through feed
- Angular.js scaffolded using yo angular generator
- Clone this repository
pip install pyteaser
pip install flask
pip install feedparser
npm install
bower install
cd services
to go to services directorypython -u news_fetcher.py | tee news_fetcher.log
to start news caching servicepython api_server.py
to start the Flask API server
- Run
grunt
for building andgrunt serve
for preview
- Running
grunt test
will run the unit tests for Angular with karma