3.1.0 • Published 4 years ago
arq-js v3.1.0
ARQJS
JS Wrapper For the A.R.Q. API.
Installation
$ npm install arq-jsUsage 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.