Skip to content

tineegq/API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tineegq / API

api wrapper for tineegq

npm i tineegq

how to use"

const tinees = require('tineegq');
const tinee = new tinees()

// NSFW Endpoints
tinee.nsfw("thighs").then(img => {
    console.log(img)
})

// SFW Endpoints
tinee.sfw("pat").then(img => {
    console.log(img)
})

endpoints

|| NSFW ||

  • ass
  • boobs
  • feet
  • gifs
  • hboobs
  • hentai
  • kink
  • thighs
  • yuri

|| SFW ||

  • kiss
  • hug
  • pat

For an up to date list on endpoints visit tinee.gq

For support join our discord

About

Wrapper for TineeGQ image API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published