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

https://github.com/taktoa/cisexplorer

A Haskell API for the Course Information System of UIUC (WIP)
https://github.com/taktoa/cisexplorer

api-client haskell uiuc

Last synced: over 1 year ago
JSON representation

A Haskell API for the Course Information System of UIUC (WIP)

Awesome Lists containing this project

README

          

This program retrieves data from the [UIUC Course Explorer API](http://courses.illinois.edu/cisdocs/explorer) and exposes a simple RESTful JSON interface through which the API can be accessed.
It caches requests to prevent overuse, with configurable cache expiry.
The database uses [acid-state](http://hackage.haskell.org/package/acid-state), and the web server uses [scotty](http://hackage.haskell.org/package/scotty).