HTTP HMAC JavaScript Library
npm install http-hmac-javascript!ES5
!ES6

HMAC Request Signer is a JavaScript library that implements the version 2.0 of the HTTP HMAC Spec
to sign RESTful Web API requests and verify responses.
Please note the 1.0 Spec is not supported.
Before further development, please ensure the following tools are installed on your computer.
You can use the following commands to check if you already have those tools:
``bash`
git --version
node -v
npm -v
* Run npm install to install all dependencies.`
* Make code changes in _src/_ directory.
* In root directory, run gulp build-demo`. Alternatively, you can run `gulp` to keep gulp on watch to automatically compile/transpile all file changes.
* Run npm install to install all dependencies.`
* In root directory, run gulp test`` to see the current test results. Alternatively, you can go to the _qunit/hmac.html_ page in your browser.