1.1.1 • Published 1 year ago

hunter-api v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.1.0

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago