Skip to content

Commit

Permalink
add rss image and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nasa8x committed Nov 6, 2017
1 parent 104ae05 commit 2257649
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 105 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@

#About
Util for parse ATOM and RSS feed resources and normalize them to JSON object.

# Installation
Util for parse ATOM and RSS feed resources and normalize them to JSON object.

Install via NPM
## Install

```js

npm install rss-to-json

npm install rss-to-json --save
```

# Example
## Example

```js

Expand All @@ -23,7 +19,7 @@ Feed.load('https://codek.tv/feed/', function(err, rss){
});

```
# Result
## Result
```js

{
Expand Down
Loading

0 comments on commit 2257649

Please sign in to comment.