This repository contains a feed reader application with a testing suite written using Jasmine.
- Fork and clone this repository.
- View this application by doing one of the following:
- View in the browswer via localhost by typing
python -m SimpleHTTPServer
in the terminal from the root directory of this repository on your local machine. To view the Feed Reader, navigate to localhost:8000 in your browser. - View locally by opening
index.html
in the browser.
- Follow the steps above to run this application.
- Navigate to jasmine/spec/feedreader.js to add additional tests to the testing suite.