1.0.5 • Published 5 years ago

darkbots-api v1.0.5

Weekly downloads
6
License
ISC
Repository
github
Last release
5 years ago

Installation

Node.js is required

NPM

npm i darkbots-api

Example usage

const DB_API = require('darkbots-api')

const darkbots = new DB_API(API KEY) //Ключ для апи можно получить в настройках сайта

//async and await

async function run() {
    let data = await darkbots.call('accs.get', { //example
        id: 493949683
    })

    console.log(data)
}

run()
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago