0.0.4 • Published 2 years ago

kopeechka-js v0.0.4

Weekly downloads
-
License
WTFPL
Repository
github
Last release
2 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

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago