Socket
Socket
Sign inDemoInstall

hunter-api

Package Overview
Dependencies
8
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hunter-api

A package to easily interact with the HunterAPI.


Version published
Weekly downloads
1
decreased by-83.33%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Hunter-API

With this package you can easily interact with the HunterAPI

  • HunterAPI Web Page: Click here
  • HunterAPI Discord Server: Click here

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

Keywords

FAQs

Last updated on 23 Jan 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc