My first little nodejs project. It is a simple Wrapper for HTTP REST API's. The API's are defined as JSON, some small examples are located in the configs-folder. This little app allows to generate and make HTTP requests according to the endpoints defined in a API. Additionally it is possible to time the requests with CronJobs with the downloader-module.
- Run
npm install
to install the dependencies - Run
grunt build-min
to build the app.
To get familiar with testing frameworks i created tests with jasmine and mocha.
- Run
grunt jasmine
orgrunt mocha
to run the test.