1.2.2 • Published 2 years ago

uberduck-api v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Simple module to make requests on uberduck

You can get all the necessary informations like your key and secret key accesing: https://uberduck.ai/ and loging in, them just click in your account image in the left upper side and choose manage account, finnaly create a API-KEY and get the two keys.

After done that, u can follow the example bellow.

Type script example:
import { getAudioUrl } from 'uberduck-api'

getAudioUrl(
    your key, 
    your secret Key, 
    carachter, 
    text)
.then((url: string) => {
console.log(url)
})
Java Script example:
const { getAudioUrl } = require('uberduck-api')

getAudioUrl( 
    your key, 
    your secret Key, 
    carachter, 
    text)
.then(i => {
    console.log(i)
})

If you need some help or want to report any bug Click Here to contact me via whatsapp or send me a email using: dakauannc@gmail.com

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.5

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago