dislink.js

1.4.0 • Public • Published

Dislink.JS

The official librairy of Dislink.fr
This librairy use Axios for making all of his requests

installation

for installing this librairy, you can use this command :

npm i dislink.js

Get all links filtered by clicks

const dislink = require("dislink.js"),
    app = new dislink()

app.links({ filter: "clicks" }).then(data => {
    data.forEach(element => {
        console.log(element.url)
    });
})

Readme

Keywords

none

Package Sidebar

Install

npm i dislink.js

Weekly Downloads

1

Version

1.4.0

License

ISC

Unpacked Size

14.2 kB

Total Files

7

Last publish

Collaborators

  • skudartv