1.0.7--UNSTABLE2 • Published 3 years ago

blacklightapi v1.0.7--UNSTABLE2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago
npm i blacklightapi@latest --save

Exemplo de uso:

const blapi = require('blacklightapi')
const api = new blapi({
    token:"SEU TOKEN CONSEGUIDO EM https://api.blacklight.net.br/"
});

api.gatos().then(a=>{
    console.log("gatinho:"+a)
})
// doggo api
/*
use:
npm i blacklightapi && npm i jimp
*/
const blapi = require('blacklightapi')
const {read} = require('jimp')
const api = new blapi({
    token:"SEU TOKEN CONSEGUIDO EM https://api.blacklight.net.br/"
});

api.doggo().then(dog=>{
    let url = dog;
    read(url).then(A=>{
        
        A.write("doggo."+A.getExtension())
    })
    console.dir("doggo - blacklightapi")
})
1.0.7--UNSTABLE2

3 years ago

1.0.7--UNSTABLE1

3 years ago

1.0.7--UNSTABLE

3 years ago

1.0.6--version2

3 years ago

1.0.6--version1

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.0

3 years ago

1.0.3--BETA

3 years ago

1.0.2--BETA

3 years ago

1.0.1

3 years ago