forked from siddii/angular-feeds
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
angular-feeds | ||
============= | ||
## Introduction | ||
Angular Feeds is a angular module intended for working with Atom, RSS feeds easier. It internally uses Google Feeds API. | ||
However, it is upto the developer if you need to use some other feed parsers. | ||
Angular Feeds renders Atom, RSS and Media feeds simple HTML markup. | ||
It internally uses [Google Feeds](https://developers.google.com/feed/) Google Feeds for reading & parsing feeds and comes with default template for displaying feed content. | ||
You can also configure it to use a different template of your choice. |