Skip to content

TokiProxy/TokiProxy.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TokiProxy.js

TokiProxy.js is a Node.JS wrapper for the https://tokiproxy.co.uk/ proxy API.

How to use TokiProxy.js

const TokiProxy = require('tokiproxy.js');

const API = new TokiProxy();

API.getProxies('Proxy Type', 'API Key');

API.on('request', data => {
    console.log(data.proxies)
})

If using TypeScript it's a bit different, instead it would look like this:

import TokiProxy from 'tokiproxy.js';

const API = new TokiProxy();

API.getProxies('Proxy Type', 'API Key');

API.on('request', data => {
    console.log(data.proxies)
})

About

An API wrapper for TokiProxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages