Fetch all your Qwikilabs badges
Go to file
Jyotirmoy Bandyopadhayaya 563b9eb112 Initial release 2021-12-30 22:42:05 +05:30
test Initial release 2021-12-30 22:42:05 +05:30
.gitignore Initial release 2021-12-30 22:42:05 +05:30
LICENSE Initial release 2021-12-30 22:42:05 +05:30
README.md Initial release 2021-12-30 22:42:05 +05:30
index.js Initial release 2021-12-30 22:42:05 +05:30
package.json Initial release 2021-12-30 22:42:05 +05:30
yarn.lock Initial release 2021-12-30 22:42:05 +05:30

README.md

Welcome to qbadges 👋

Version Documentation Maintenance License: MIT Twitter: bravo68web

Fectch all your Qwikilabs badges

🏠 Homepage

Install

yarn add qbadges

Usage

const { qbadges } = require("qbadges");
const profileId = "<Qwiklabs profile id>";

var badges = async () => {
  var qb = await qbadges(profileId);
  console.log(qb);
};

badges();

Run tests

yarn test

Author

👤 BRAVO68WEB

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a if this project helped you!

📝 License

Copyright © 2021 BRAVO68WEB.
This project is MIT licensed.