neurax-api

3.0.7 • Public • Published

Neurax-API

Module maked to fetch neurax-api.xyz

npm version npm

Installation:

npm i neurax-api@latest

Initialization:

var neuraxapi = require('neurax-api')
var API = new neuraxapi('ur token here')

Example

var neuraxapi = require('neurax-api')
var API = new neuraxapi('ur token here')
async function req () {
    console.log(await API.user('526012039253196800'))
}
req()
/* { id: '526012039253196800',
  username: 'Neurax',
  discriminator: '4687',
  avatar:
   'https://cdn.discordapp.com/avatars/526012039253196800/82b0d7f941e164bdd2fd790412cf502e.png?size=2048',
  bot: true,
  invite:
   'https://discordapp.com/oauth2/authorize?client_id=526012039253196800&scope=bot&permissions=2146958847',
  register_date: '22.12.2018',
  register_time: '12:24:02' } */

Gist

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.7
    0
    • latest

Version History

Package Sidebar

Install

npm i neurax-api

Weekly Downloads

0

Version

3.0.7

License

MIT

Unpacked Size

4.76 kB

Total Files

4

Last publish

Collaborators

  • neurax-npm