Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erthalion/github-parser
- Owner: erthalion
- Created: 2013-12-09T13:33:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-14T14:46:54.000Z (about 11 years ago)
- Last Synced: 2023-03-23T01:46:05.839Z (almost 2 years ago)
- Language: Haskell
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```