0.0.4 • Published 3 years ago

kopeechka-js v0.0.4

Weekly downloads
-
License
WTFPL
Repository
github
Last release
3 years ago

Usage

ES6

import Kopeechka from "kopeechka-js";
const kopeechka = new Kopeechka("your-api-key-here");

(async () => {
	// get balance
	const balance = await kopeechka.balance();

	// get new email
	const emailData = await kopeechka.getEmail({ site: "discord.com" }); // parameters are the same as in the official documentation
	
	// get response to email
	const emailMessageData = await kopeechka.getMessage({ id: "job id here"});
})():
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago