1.1.0 • Published 3 years ago

@retro_ig/poopoo-api-package v1.1.0

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

PooPooAPI package by Retrouser955 :D

This is unofficial btw

Installing the package

npm

npm i @retro_ig/poopoo-api-package

yarn

yarn add @retro_ig/poopoo-api-package

Example

const { PooPooAPI } = require('@retro_ig/poopoo-api-package')
const api = new PooPooAPI({
    logError: true, //this will log node-fetch errors
    logAction: true //this will log every action
})
const apiTest = async () => {
    //password generation
    let pass = await api.passwordGenerator()
    console.log(pass)
}
apiTest()

If you want further information on the API, check out the Documentation and the API website

1.1.0

3 years ago

1.0.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago