@hackage / playlists-http

Library to glue together playlists and http-client

Latest0.2.1.1

About

Metadata

  • Last updated , by PeterJones
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: Peter Jones <pjones@devalot.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    build-examples (off by default)

    Build the example programs.

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.