luminati-api
TypeScript icon, indicating that this package has built-in type declarations

1.6.10 • Public • Published

luminati.io api for nodejs

Usage

const { createClient } = require('luminati-api')
 
const client = createClient({
        email: '',
        password: '',
        customer: '',     
})
 
client.addIps({
    zone: 'my_zone', 
    zonePassword: '*******', 
    count: 1,
})
.then(newIps => {
    console.log(newIps)
})

Readme

Keywords

none

Package Sidebar

Install

npm i luminati-api

Weekly Downloads

22

Version

1.6.10

License

ISC

Unpacked Size

11 kB

Total Files

8

Last publish

Collaborators

  • xmorse