timolins / proxy6

A tiny JavaScript wrapper for Proxy6.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tiny JavaScript wrapper for Proxy6.net


Languages

Language:JavaScript 100.0%