1.0.16 • Published 9 months ago

@nekohimebot/neko-api v1.0.16

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

neko-api

Full API Implementation inside NodeJS Module

More info at https://nkhm.xyz/

And you can upgrade your apikey to premium or VIP, you can see more details at https://nkhm.xyz/pricing

Installation

npm:

$ npm install @nekohimebot/neko-api

Simple to Use

CommonJs (CJS) syntax

const NekoAPI = require('@nekohimebot/neko-api');

ECMAScript Modules (ESM) syntax

import NekoAPI from '@nekohimebot/neko-api';

Example

const neko = new NekoAPI('ApiKEY');

// How to call the API
neko.[feature].[name](parameter)
  .then(response => {
    console.log(response);
  })
  .catch(error => {
    console.error(error.message);
  });

// Example of an API call
neko.stalking.npmjs("neko-api")
  .then(response => {
    console.log(response);
  })
  .catch(error => {
    console.error(error.message);
  });
1.0.16

9 months ago

1.0.15

9 months ago

1.0.14

10 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago

1.0.1

1 year ago