Ecosyste.ms: Awesome
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: 24 days ago
JSON representation
A Haskell API for the Course Information System of UIUC (WIP)
- Host: GitHub
- URL: https://github.com/taktoa/cisexplorer
- Owner: taktoa
- License: gpl-3.0
- Created: 2015-08-10T22:20:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T22:20:47.000Z (about 9 years ago)
- Last Synced: 2023-03-11T15:53:18.897Z (over 1 year ago)
- Topics: api-client, haskell, uiuc
- Language: Haskell
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).