1.1.0 • Published 2 years ago

@retro_ig/poopoo-api-package v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago