1.0.0 • Published 2 years ago

@moonr/to-anime v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

toanime-api-wrapper

Simple code image into anime api warpper from https://api.alyachan.pro

Api Response

{
  "creator": "AlyaChan APIs – @mmv.alya",
  "status": true,
  "data": {
    "url": "https://iili.io/JKm1BDl.jpg"
  }
}

Example Calls Api

const toanime = require("toanime-api-wrapper")
let links = await toanime(Your_Image_Url, Your_Api_Token)
console.log(links)