dreamscape

1.0.2 • Public • Published

node-dreamscape

Dreamscape Reseller API module for node.js

Installation

To install dreamscape, you need node.js and npm.

Then run npm install --save dreamscape in your project directory.

Usage

var Dreamscape = require('dreamscape');
 
var client = Dreamscape.client({
  ResellerID: 'YOUR_RESELLER_ID',
  APIKey: 'YOUR_API_KEY',
  testing: false,
  nameServers: {
    item: [
      {Host: 'ns1.parkme.com.au', IP: '203.170.87.1'},
      {Host: 'ns2.parkme.com.au', IP: '203.170.87.2'}
    ]
  }
});

Package Sidebar

Install

npm i dreamscape

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • powerd