This is an express js template application that can be used as a reference to implement Windows Azure Store add-ons using node.js
https://github.com/WindowsAzure/azure-resource-provider-sdk
This template has been created factoring out what we did for Auth0, so you are basically buying yourself 3 full days of your time.
Of course, you'll need to have node.js installed. Once you do:
npm install
make
make config
make tests
That will install dependencies, create a configuration file, and run the test suite.
The template's tests will exercise the hooks that will do (not all but most of) the tests that dukaan does.
You can run them with mocha
, like this:
mocha
If you don't have mocha
installed, install it like this:
npm install -g mocha
- Implement certificate-based authentication for the hooks
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.
This project is licensed under the MIT license. See the LICENSE file for more info.