This is a basic node application using Outscale API using typescript.
You will need an Access Key and Secret Key.
First, generate src/index.js
:
nvm install
npm install --local --install-links
You can now set your AK/SK and run the example:
export OUTSCALE_ACCESS_KEY="XXX"
export OUTSCALE_SECRET_KEY="XXX"
node src/index.js
If you want to use this example as a starting point, don't forget to set outscale-api
reference path in package.json from file:../..
to github:outscale/osc-sdk-js
.