Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erthalion/github-parser

Parsing github, haskell
https://github.com/erthalion/github-parser

Last synced: about 2 months ago
JSON representation

Parsing github, haskell

Awesome Lists containing this project

README

        

github-parser
=============

The github parsing example with haskell.

installation
============

```bash
cabal sandbox init
cabal install --only-dependencies
cabal build
```