Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amir/google-reader


https://github.com/amir/google-reader

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# google-reader

```haskell
main :: IO ()
main = do
p <- clientLogin readerOptions
case p of
Left e -> print e
Right r -> subscribe readerOptions r subscriptionOptions >>= print
where
readerOptions = ReaderOptions { root = bazQuxRoot, email = "email", password = "password" }
subscriptionOptions = streamId .~ "feed/http://www.engadget.com/rss.xml" $ defaultEditSubscriptionOptions
```