1.4.0 • Published 3 years ago

dislink.js v1.4.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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)
    });
})
1.4.0

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago