Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 649 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 649 Bytes

Introduction

This is a basic node application using Outscale API using typescript.

You will need an Access Key and Secret Key.

Build & Run

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

Next step?

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.