proxy6

1.0.1 • Public • Published

Proxy6

A tiny JavaScript wrapper for the Proxy6.net API.

Example

import Proxy6 from 'proxy6'
 
const proxy6 = new Proxy6('<YOUR API KEY>')
 
proxy6.getPrice({
  count: 50,
  period: 30
}).then(data => {
    console.log(data)
})

Reference

Each method takes a params Object. All available parameters can be found at Proxy6's API documentation.

  • getPrice
  • getCount
  • getCountry
  • setType
  • setDescription
  • buy
  • extend
  • delete

Readme

Keywords

none

Package Sidebar

Install

npm i proxy6

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • timolins