Fectch all your Qwikilabs badges
🏠 Homepage
yarn add qbadges
const { qbadges } = require("qbadges");
const profileId = "<Qwiklabs profile id>";
var badges = async () => {
var qb = await qbadges(profileId);
console.log(qb);
};
badges();
yarn test
👤 BRAVO68WEB
- Website: https://bravo68web.me
- Twitter: @bravo68web
- Github: @BRAVO68WEB
- LinkedIn: @bravo68web
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2021 BRAVO68WEB.
This project is MIT licensed.