https://github.com/timolins/proxy6
A tiny JavaScript wrapper for Proxy6.net
https://github.com/timolins/proxy6
api javascript proxy
Last synced: 4 months ago
JSON representation
A tiny JavaScript wrapper for Proxy6.net
- Host: GitHub
- URL: https://github.com/timolins/proxy6
- Owner: timolins
- Created: 2017-09-11T17:50:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T11:21:42.000Z (almost 3 years ago)
- Last Synced: 2024-12-22T21:11:19.526Z (about 1 year ago)
- Topics: api, javascript, proxy
- Language: JavaScript
- Size: 145 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proxy6
A tiny JavaScript wrapper for the [Proxy6.net API](https://proxy6.net/en/developers).
### Example
```js
import Proxy6 from 'proxy6'
const proxy6 = new Proxy6('')
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](https://proxy6.net/en/developers).
* `getPrice`
* `getCount`
* `getCountry`
* `setType`
* `setDescription`
* `buy`
* `extend`
* `delete`