Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krypton-byte/twibbonizze.js


https://github.com/krypton-byte/twibbonizze.js

javascript nodejs twibbonizze

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Twibbonizze
```bash
> npm i twibbonizze --save
```
# Example

```js
> const {twisearch, Twibbonizze} = require('twibbonizze')

> twisearch('tadikamesra').then(async (x)=>{
console.log(await x[0].create('image.jpg'))
})

https://twb-results.s3-ap-southeast-1.amazonaws.com/xxxx.jpg

> (new Twibbonizze('twibbonkbi')).create('image.jpg').then(console.log)

https://twb-results.s3-ap-southeast-1.amazonaws.com/xxxx.jpg
```
# Preview