1.0.7--UNSTABLE2 • Published 4 years ago
blacklightapi v1.0.7--UNSTABLE2
npm i blacklightapi@latest --saveExemplo 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
4 years ago
1.0.7--UNSTABLE1
4 years ago
1.0.7--UNSTABLE
4 years ago
1.0.6--version2
4 years ago
1.0.6--version1
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.0
4 years ago
1.0.3--BETA
4 years ago
1.0.2--BETA
4 years ago
1.0.1
4 years ago