3.1.0 • Published 3 years ago

arq-js v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

  1. More routes and features will be added soon.
  2. Visit Pathetic Programmers on Telegram to get more help.
3.1.0

3 years ago

3.0.0

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago