2.0.1 • Published 6 years ago

wazifers-api v2.0.1

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

WaZifers-API

An official API wrapper for WaZifers API.

NPM

Installing

npm i --save wazifers-api

Getting Started

const WaZifers = require("wazifers-api");
const waziclient = new WaZifers("YOUR_API_KEY_HERE");

waziclient.checkVote("userwhovoted", "userwhoreceived").then(u => cosnole.log(u)); // true or false

Example

const wazifers = require('wazifers-api');
const client = new wazifers("YOUR_API_KEY");

client.chatbot("hey how are you?").then(response => console.log(response));

Functions

API Docs

https://wazibot.ml/api

Getting Token

  • Join WaZifers Community Discord Server
2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

7 years ago