1.1.1 • Published 2 years ago

hunter-api v1.1.1

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

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

1.1.1

2 years ago

1.1.0

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago