Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

neko-chxn

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neko-chxn

neko-chxn api wrapper

  • 0.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

npm npm install size

NPM

Neko-chxn

This is the official neko-chxn.xyz nodejs wrapper. It is written in typescript, so all endpoints and responses are fully typed.

All endpoints return Promise<{ url: theUrl}>. You will need to handle this promise accordingly.

Usage

const neko = require('neko-chxn');

neko.blush().then(result => console.log(result));
// Output: { "url": "https://api.neko-chxn.xyz/v1/blush/output/blush_002.gif" }

Current Endpoints

EndpointRatingDescription
blushSFWGet a blush gif
crySFWGet a crying gif
cuddleSFWGet a cuddle gif
danceSFWGet a dance gif
hugSFWGet a hug gif
kickSFWGet a kick gif
kissSFWGet a kiss gif
loveSFWGet a love gif
patSFWGet a pat gif
punchSFWGet a punch gif
smirkSFWGet a smirk gif
tickleSFWGet a tickle gif
yellSFWGet a yell gif

FAQs

Package last updated on 10 Aug 2020

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc