qbadges/README.md

1.9 KiB
Raw Permalink Blame History

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.