🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@violetics/apk

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@violetics/apk

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

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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

Keywords

violetics

FAQs

Package last updated on 23 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts