https://github.com/3steb4n28/tokyo-api
Tokyo wrapper
https://github.com/3steb4n28/tokyo-api
Last synced: 6 months ago
JSON representation
Tokyo wrapper
- Host: GitHub
- URL: https://github.com/3steb4n28/tokyo-api
- Owner: 3STEB4N28
- License: mit
- Created: 2021-07-31T02:56:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T02:56:39.000Z (about 5 years ago)
- Last Synced: 2025-10-21T06:49:14.482Z (10 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tokyo-API
Tokyo API wrapper [Click](https://api.willz.repl.co)
# Features
- ⏱️ Easy to use
- 🚀 Super powerful: image generation and JSON responses.
- 🎉 Popular API.
# Install
```
npm i Tokyo-API
```
# Usage
```js
const mid = require('Tokyo-API')
const midKey = "You-token"
(async() => {
let data = await mid.imagesearch('amongus', midKey)
})
```