fadidxb / feedlyparser

A solo adventure on Haskell with parsers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feedlyparser

A solo adventure on Haskell with parsers

The initial purpose of this project is to be able to successfully and completely parse stuff from Feedly's API So initially I'll be working on a JSON file. Next target will be to fetch JSON directly from API, maybe persist it somewhere for convenience and then process that input.


to test it out, run stack exec fp or in stack ghci and then you can play with your json output at one of these urls via the help of jq:

here is an example:

There is also another demo API called Numbers:

About

A solo adventure on Haskell with parsers

License:MIT License


Languages

Language:Haskell 100.0%