erickang21 / nekoslife.js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 99.3%Language:JavaScript 0.8%