Package Exports
- api.alexflipnote
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (api.alexflipnote) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Alexflipnote API WRAPPER (no oficial)
Soporte
- Servidor oficial (Inglés-English)
- MyBOT (Español-Spanish) Soporte en canal #ayuda-otras_libs
Empezando
const Wrapper = require("api.alexflipnote");
Todos los endpoints retornan una promesa con su respectivo contenido. Ejemplo:
const wrapper = require("api.alexflipnote");
(async () => {
let resp = await wrapper.birb() // Imagen de un pajaro aleatorio.
console.log(resp)
})()
Endpoints disponibles
endpoints()
: Retorna un array con todos los endpoints en la página.birb()
: Retorna un enlace (imagen) de un pajaro aleatorio.bad(imagen)
: Una imagen de un hombre apuntando a tu imagen.amiajoke(imagen)
: Una imagen preguntandose, ¿Soy una broma?archievement(texto, [icono])
: Retorna una imagen de un logro de Minecraft con tu texto y el icono que pongas o uno al azar.