-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Max Walsch edited this page Dec 23, 2015
·
1 revision
In order to use this software you need the following software:
- Node.js (tested against Node v0.12.2)
- npm (tested against v2.7.4)
Furthermore you need access to a RabbitMQ instance or any other AMQP 0.9.1 compliant messaging broker. You may take a look at ripienaar/free-for-dev.
Installing this software is pretty easy. Just clone the repository somewhere you find it again and install the dependencies.
-
git clone https://github.com/maxikg/api-client.git
(the repository will be cloned into a folder named api-client relative to your current position) - Change the directory into the fresh cloned repository:
cd api-client
- Install dependencies through npm:
npm install
Now you need to configure the software.