proxyflickerclient

1.0.1 • Public • Published

ProxyFlicker

ProxyFlicker

https://www.proxyflicker.net/

Easily control your proxyflicker modem proxies with our sdk

https://proxyflicker.net https://github.com/nickpick42/ProxyFlickerClient

Installation

Use the package manager [npm] to install proxyflickerclient.

npm install proxyflickerclient

Usage

const ProxyFlickerClient = require("proxyflickerclient")

const main = async()=>{
    let proxyFlickerClient = new ProxyFlickerClient("modemAuthID")
    let health = await proxyFlickerClient.health()
    let reset = await proxyFlickerClient.reset("modemAlias","quick_reset")
    console.log(reset)
}
main()

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i proxyflickerclient

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

3.89 kB

Total Files

11

Last publish

Collaborators

  • nickpick42