hunter-api
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Hunter-API

With this package you can easily interact with the HunterAPI

Installation

npm install hunter-api

Some Examples:

Blur - Blur your image
const Hunter = require('hunter-api');
const hunter = new Hunter();
let Image = await hunter.blur('<Image Link>');

Lyrics - Get the lyrics of a song

const Hunter = require('hunter-api');
const hunter = new Hunter();
let Lyrics = await hunter.lyrics('<Song Name>');

Translate - Translate a text

const Hunter = require('hunter-api');
const hunter = new Hunter();
let text = await hunter.translate('<lang>', '<Text>');

Meme - Get a random meme

const Hunter = require('hunter-api');
const hunter = new Hunter();
let Meme = await hunter.meme();

Weather - Get weather from a place

const Hunter = require('hunter-api');
const hunter = new Hunter();
let Weather = hunter.weather('<City>')

For more examples and discord.js integration, check the GitHub

Package Sidebar

Install

npm i hunter-api

Weekly Downloads

0

Version

1.1.1

License

ISC

Unpacked Size

14.3 kB

Total Files

6

Last publish

Collaborators

  • evelio
  • 4hunterr