You must get into pairs. Place your names and github repos here:
- #0 Make sure you have git installed, as well as node.js
- #1 Start with forking this repository.
- #2 Clone local copy
git clone https://github.ncsu.edu/YOUR REPO
- #3 Using package manager, install dev dependencies
npm install
- #4 Run the node program
node main.js
Nothing should appear, that's a good thing.
Complete the remaining 7 steps specified in the code comments of main.js
.
You will be experimenting with code for provisioning a new server in a particular data center, that is initialized with a specified virtual machine image, using the digitalocean api v2.
The code makes use of the needle api for making http requests.