Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bravo68web/qbadges
Fetch all your Qwikilabs badges
https://github.com/bravo68web/qbadges
cheerio cloud-skill-boost google-cloud google-cloud-platform qbadges qwiklabs webscraper
Last synced: 30 days ago
JSON representation
Fetch all your Qwikilabs badges
- Host: GitHub
- URL: https://github.com/bravo68web/qbadges
- Owner: BRAVO68WEB
- License: mit
- Created: 2021-12-30T15:47:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T07:06:03.000Z (over 2 years ago)
- Last Synced: 2024-11-13T09:48:00.488Z (2 months ago)
- Topics: cheerio, cloud-skill-boost, google-cloud, google-cloud-platform, qbadges, qwiklabs, webscraper
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/qbadges
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to qbadges 👋
> Fectch all your Qwikilabs badges
### 🏠 [Homepage](https://github.com/BRAVO68WEB/qbadges#readme) [![Verified on Openbase](https://badges.openbase.com/js/verified/qbadges.svg?style=openbase)](https://openbase.com/js/qbadges?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge)
## 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.