Gist 1.0
Neoxr API Fetcher (Using Module)
Wildan Izzudin
• 23/01/24 11:03:58 • Javascript • 334K Views • 248 B
/* install @neoxr/wb */ const { NeoxrApi } = new(require('@neoxr/wb')) const Api = new NeoxrApi('https://api.neoxr.my.id/api', 'your_apikey') // how to use ?? const json = await Api.neoxr('/asupan', { username: 'hosico_cat' }) console.log(json)
Copy
Share
Raw
Embed
Print
Download