Welcome to qbadges 👋

Version Documentation Maintenance License: MIT Twitter: bravo68web

> Fectch all your Qwikilabs badges ### 🏠 [Homepage](https://github.com/BRAVO68WEB/qbadges#readme) ## Install ```sh yarn add qbadges ``` ## Usage ```js const { qbadges } = require("qbadges"); const profileId = ""; var badges = async () => { var qb = await qbadges(profileId); console.log(qb); }; badges(); ``` ## Run tests ```sh yarn test ``` ## Author 👤 **BRAVO68WEB** * Website: https://bravo68web.me * Twitter: [@bravo68web](https://twitter.com/bravo68web) * Github: [@BRAVO68WEB](https://github.com/BRAVO68WEB) * LinkedIn: [@bravo68web](https://linkedin.com/in/bravo68web) ## 🤝 Contributing Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/BRAVO68WEB/qbadges/issues). ## Show your support Give a ⭐️ if this project helped you! ## 📝 License Copyright © 2021 [BRAVO68WEB](https://github.com/BRAVO68WEB).
This project is [MIT](https://github.com/BRAVO68WEB/qbadges/blob/master/LICENSE) licensed.