qmark

0.0.1 • Public • Published

qmark

A blazing fast query string parser.

API

With Ender ...

  // Assume the url is bloglovin.com?name=FashionSquad&id=123
  $.qmark('name') // FashionSquad
  $.queryParam('id') // 123
 

Or on its own ...

  qmark('name') // FashionSquad
  qmark('id') // 123
 

Tests

You can see tests by running make test and navigating to http://localhost:8080/tests/tests.html in your browser.

Readme

Keywords

none

Package Sidebar

Install

npm i qmark

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • davidbyrd11