UNPKG

wantapi

Version:
6 lines (5 loc) 167 B
const WantDiversion = require('../src/diversion'); const api = new WantDiversion(); (async () => { console.log(await api.getmeme()); // Obtiene un meme })();