Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3steb4n28/tokyo-api
Tokyo wrapper
https://github.com/3steb4n28/tokyo-api
Last synced: about 2 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T02:56:39.000Z (over 3 years ago)
- Last Synced: 2023-07-17T04:55:26.834Z (over 1 year 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)
})
```