Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/3steb4n28/tokyo-api

Tokyo wrapper
https://github.com/3steb4n28/tokyo-api

Last synced: about 2 months ago
JSON representation

Tokyo wrapper

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)
})
```