This project is a web-based application that reads RSS feeds.
- To start using this application, you have first to either download or clone it to your machine.
git clone http://www.github.com/AhmedELaguab/feed-Reader-project
- Then simply open
index.html
file and start reading your favorite website's RSS feeds.
- Go to the
js
folder inside the project folder. - Open the
app.js
file with your favorite code editor. - Add a new
object
to theallFeeds
array. - The
object
should has two propertiesname
andurl
. - The
name
property should be the website's name. - The
src
propery should be the websit's RSS feeds URL.
var allFeeds = [
{
name: "the website's name",
url: "the website RSS feed URL"
}
];
- Go to the
js
folder inside the project folder. - Open the
app.js
file with your favorite code editor. - Delete the website's array from the
allFeeds
array.
- HTML/HTML5
- CSS/CSS3
- JavaScript (+ jQuery)
- Jasmine
This repository is my code to pass the fourth Project of Udacity Front-End Developer Nanodegree Program. Therefore, I most likely will not accept pull requests.
For details, check out CONTRIBUTING.md.
- AhmedElaguab - development
- Udacity - development