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

https://github.com/dgendill/purescript-query-params

A PureScript library for reading query parameters from urls.
https://github.com/dgendill/purescript-query-params

purescript url-parsing

Last synced: 4 months ago
JSON representation

A PureScript library for reading query parameters from urls.

Awesome Lists containing this project

README

          

# purescript-query-params

[![Build Status](https://travis-ci.org/dgendill/purescript-query-params.svg?branch=master)](https://travis-ci.org/dgendill/purescript-query-params)

A PureScript library for reading query parameters from urls. See the [docs](./docs/QueryParams.md).

# Quick Start

See the [Example](./example/Example.purs) for some sample code. To see it in action, you can build the example by running `npm run example` and then viewing `example/index.html`.