1.0.1 • Published 7 years ago

proxy6 v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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