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

https://github.com/pjones/playlists-http

This is an archived mirror. Please visit the official website.
https://github.com/pjones/playlists-http

Last synced: 4 months ago
JSON representation

This is an archived mirror. Please visit the official website.

Awesome Lists containing this project

README

        

playlists-http
==============

Download and parse playlists over HTTP.

## Usage

There are two interfaces, a simple `download` function that runs in
`IO` and a more complicated `download` function that uses `MonadIO`.

See the following modules for more details:

* `Text.Playlist.HTTP.Simple`
* `Text.Playlist.HTTP.Full`

There is also an `examples/example.hs` that demonstrates how to use
the `download` function which is found in `Text.Playlist.HTTP.Full`.