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.
- Host: GitHub
- URL: https://github.com/dgendill/purescript-query-params
- Owner: dgendill
- License: mit
- Created: 2017-03-06T22:12:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T02:22:07.000Z (about 9 years ago)
- Last Synced: 2026-01-23T21:38:47.354Z (5 months ago)
- Topics: purescript, url-parsing
- Language: PureScript
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-query-params
[](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`.