/nekoslife.js

A Node.js library to facilitate the use of the nekos.life API.

Primary LanguageTypeScript

Nekoslife

A Node.js library to facilitate the use of the nekos.life API.

Install

$ npm install nekoslife.js

Usage

const nekoslife = require("nekoslife.js")

// All API functions return a Promise()
nekoslife.avatar()
  .then((res) => console.log(res))
// Res is a URL for image endpoints

See all available endpoints in the source code