vpncash-api-node
v1.0.2
Published
VPNCash Node API Client
Downloads
15
Maintainers
Readme
VPNCash NODE API Client
Install
By far the easiest way to install the VPNCash API client is to install it with npm.
$ npm install vpncash-api-node --save
{
"dependencies": {
"vpncash-api-node": "^1.0.0"
}
}Requirements
To use the VPNCash API client, the following things are required:
- Visit website for VPNCash account
- Create a new profile to generate API keys
'use strict';
const VPNCash = require('vpncash-api-node');
const API = new VPNCash['Client']();
API['setApiKey']('test_');
API['client']('POST', 'radius/check-username', {
'vpn_username': 'test123'
});
License
BSD (Berkeley Software Distribution) License. Copyright (c) 2017, Extreemhost.
