@violetics/apk

1.0.1 • Public • Published

Violetics API Apk

Apk API Wrapper for https://violetics.pw/api/apk

@@ Created on 24-03-22 | Violetics @@

Installation

using npm package manager

npm install @violetics/apk

using yarn package manager

yarn add @violetics/apk

Example Request

"use strict";
const Violetics = require("@violetics/apk");
const v = new Violetics("API_KEY"); // register on https://violetics.pw/ to get your own apikey

/* then, catch */
v.apkfap("Minecraft")
	.then((data) => {
		console.log("data", data);
	})
	.catch(console.error);

/* callback */
v.apkfap("Minecraft", (error, data) => {
	if (error) return console.error(error);
	console.log("data", data);
});

Information

+ dont forget to star <3
! contribute to this project! ~~~
- please add issue if you having problem with installation

! github: https://github.com/Violetics/apk

Dependents (0)

Package Sidebar

Install

npm i @violetics/apk

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

6.11 kB

Total Files

12

Last publish

Collaborators

  • violetics