In this project we are given a web-based application that reads RSS feeds, using the Google Feed Reader API. The purpose of this project is to implement test suites using the Jasmine framework, in order to check if the application is working properly.
Run the application either by visiting this link, or by downloading this repository and opening the index.html file in your browser. The test specifications are visible at the end of the web page.
RSS Feeds
- are defined,
- have none empty and defined urls,
- have none empty and defined names.
The menu
- is hidden by default,
- changes visibility when menu icon is clicked.
The Initial feed Entries
- exist in feed container after the loadFead() function runs.
New Feed Reader Selection
- loads and feed content actually changes.
Starter code for this project was forked from this Udacity repository.