Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miriarte33/jasmine-feedreader-testing

Practice using the Jasmine testing framework as part of the Udacity Front-End nanodegree program.
https://github.com/miriarte33/jasmine-feedreader-testing

Last synced: about 15 hours ago
JSON representation

Practice using the Jasmine testing framework as part of the Udacity Front-End nanodegree program.

Awesome Lists containing this project

README

        

# Project Overview
In this project you are given a web-based application that reads RSS feeds. The original developer of this application clearly saw the value in testing, they've already included [Jasmine](http://jasmine.github.io/) and even started writing their first test suite! Unfortunately, they decided to move on to start their own company and we're now left with an application with an incomplete test suite. That's where you come in.
## To Run ##
Simply clone the repository and open index.html in the browser. To edit/add tests, go edit ```jasmine/spec/feedreader.js```.
## Resources ##
Jasmine Library in order to be able to write my own tests. Everything was provided to us by Udacity as part of the Front-End nanodegree program.