Parse browser query strings
npm install parse-query
For da browsa.
Attatched to window as parseQuery.
window
parseQuery
``coffeescriptparseQuery '?hello=world'=> { hello: 'world' }`
coffeescriptparseQuery '?hello=world'=> { hello: 'world' }
If you don't pass it any options, it will default to window.location.search`.
!example