Skip to content

Commit

Permalink
updating with explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
xicubed committed Sep 17, 2013
1 parent fd25ce7 commit 344b741
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Ariane

Atom & RSS parser for Clojure
Atom & RSS parser for Clojure. Modified to post to a flipthis-webhook running on 127.0.0.1:5000

e.g. user=> (use 'ariane.core)
nil
user=> (ariane.core/parse "http://your-rss-feed-here.com/feed/")

## Usage

Ariane supports Atom 1.0 and RSS 2.0
supports RSS 2.0

e.g. user=> (use 'ariane.core)
nil
user=> (ariane.core/parse "http://your-rss-feed-here.com/feed/")

## License

Copyright © 2013 Eric Prunier
Original Copyright © 2013 Eric Prunier

Distributed under the Eclipse Public License, the same as Clojure.

0 comments on commit 344b741

Please sign in to comment.