0.0.0 • Published 11 years ago

qs-hash v0.0.0

Weekly downloads
5
License
BSD-2-Clause
Repository
github
Last release
11 years ago

qs-hash

A simple querystring encoder and decoder, with an option to skip encoding URL components if you're going to use the encoded strings in URL hashes rather than the path segment.

As seen in iD and geojson.io.

usage

npm install --save qs-hash

api

qsString(object, noencode)

Encode an object to a string, noencode decides whether it skips encoding

stringQs(string)

Decode a string to an object.