An open API service indexing awesome lists of open source software.

https://github.com/extensionengine/badggio

Your fav OpenBadges implementation :heart:
https://github.com/extensionengine/badggio

Last synced: 4 months ago
JSON representation

Your fav OpenBadges implementation :heart:

Awesome Lists containing this project

README

          

### Setup
- #### Issuer configuration
Issuer is configured in a `.issuerrc.json` file. Use the `.issuerrc.json.example` file as a template.

List of properties:

| Name | Required | Description |
| :-------------- | :------: | :---------- |
| name | Yes | The name of the entity or organization |
| url | Yes | The homepage or social media profile of the entity |
| email | Yes | Issuer's contact address |
| description | No | A short description of the issuer entity or organization |
| telephone | No | A phone number for the entity |
| imagePath | No | Absolute path to Issuer's profile image |
| publicKeyPath | No | Absolute path to Issuer's public PEM key |
| privateKeyPath | No | Absolute path to Issuer's private PEM key |