forked from eprunier/ariane
-
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
11 additions
and
3 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,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. |