Skip to content

isabella232/qs-hash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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.

About

encode and decode querystrings

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%