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 installto install the dependencies - Run
grunt build-minto build the app.
To get familiar with testing frameworks i created tests with jasmine and mocha.
- Run
grunt jasmineorgrunt mochato run the test.
