In this project you are given a web-based application that reads RSS feeds. This application is using Jasmine for unit testing.
- You can change the feeds from this file
js/app.js
bu calling theloadFeed(0,function)
function accepts two paramters first one takes the index of the feed from theallFeeds
variable and the second argument is callback after calling the API. - You can change the test cases from this file
jasmine/spec/feedreader.js
. - To customize the design for the project
css/style.css
. - The font used for this project is
icomoon
, you can add more fonts as needed into the./fonts
folder. - jQuery is included.
- To run the application just open index.html in your favorite browser.
- You can even change the feeds by calling this function
loadFeed
from the console in your browsers, to opend the console just hitF12
in your keyboard.
No contribution needed for this project. Therefore, we most likely will not accept pull requests.