arq-js
v3.1.0
Published
JS Wrapper For the A.R.Q. API.
Downloads
4
Readme
ARQJS
JS Wrapper For the A.R.Q. API.
Installation
$ npm install arq-js
Usage example
Get direct Deezer song link:
const { ARQ } = require("arq-js");
const arq = new ARQ("http://yourArqApi.com");
arq.deezer("Ciao Bella", 1).then(console.log);
Documentation
Coming soon.
List of projects using this lib
Coming soon.
Notes
- More routes and features will be added soon.
- Visit Pathetic Programmers on Telegram to get more help.