Skip to content

shanilhirani/go-credly

Repository files navigation

Go Credly API Data Fetcher

Keep a Changelog GitHub Release Go Reference go.mod LICENSE Build Status Go Report Card Codecov

About

Go Credly is a Go App which enables users to obtain Certification Badges earned on Credly's Certification Platform.

If your Credly Badges are made public then all you need is your Credly username and you'll be able to pull your badges programmatically.

Use case

  • You could use this tool to dynamically update a CV/Resume, Portfolios and Personal Websites using a Github Action, or just running the binary on a cron.

Prerequisites

  • Credly with Public Badges
  • Go installed (version 1.22 or later)
  • Internet connection

Installation

Clone the repository:

git clone https://github.com/yourusername/go_credly.git
cd go_credly

Usage

To run the application, execute the following command:

go run main.go <yourcredlyusername>

Then go-credly will attempt to fetch data from Credly's API and return the result in JSON to standard out.

Configuration

TBC

License

This project is licensed under the Creative Commons License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for improvements or bug fixes.

Happy Coding!

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published