0.0.18 • Published 4 years ago
tokyo-api v0.0.18
Tokyo-API
Tokyo API wrapper Click
Features
- ⏱️ Easy to use
- 🚀 Super powerful: image generation and JSON responses.
- 🎉 Popular API.
Install
npm i Tokyo-API
Usage
const mid = require('Tokyo-API')
const midKey = "You-token"
(async() => {
let data = await mid.imagesearch('amongus', midKey)
})