0.0.1 ā€¢ Published 2 years ago

qbadges v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.