🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

hunter-api

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

hunter-api

A package to easily interact with the HunterAPI.

1.1.1
unpublished
latest
72

Supply Chain Security

100

Vulnerability

85

Quality

78

Maintenance

100

License

Version published
Maintainers
2
Created

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

FAQs

Package last updated on 23 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts