vultr-api-es6

0.0.2 • Public • Published

nodejs-vultr-api

ES6 based library for the Vultr API generated from the online docs.

Installation

npm install vultr-api-es6

Usage

// Import the Vultr API wrapper module
let VultrAPI = require( 'vultr-api-es6' );
 
// Create an instance with your Vultr API key
let vultr = new VultrAPI( 'apikey' /* optional */ );
 
main = async () => {
  let response = await vultr.account.info();
  console.log(response);
};

main();

Package Sidebar

Install

npm i vultr-api-es6

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

76.4 kB

Total Files

6

Last publish

Collaborators

  • charri