Skip to content

1EdTech/openbadges-extension-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registry of Open Badges extensions

Repository for building the Open Badges Extension Registry page.

Adding your extension

  1. Fork this repository.
  2. Create a new branch.
  3. Add a new JSON file with your extension's name in either the v2 or v3 format, whether your extension is for Open Badges 2.0 or Open Badges 3.0. The contents of the file MUST follow the Extension Format. See an here below.
  4. Make a PR to the main branch of this repository.

Example Extension Entry

{
  // These fields are required
  "name": "Example Extension",
  "summary": "Used to add example data to Open Badges 3.0",
  "extension": "https://example.github.io/example-extension/",
  "maintainerName": "Example Community Group",
  // These fields are optional
  "maintainerEmail": "[email protected]",
  "maintainerWebsite": "https://example.github.io/"
}

About

Registry of Open Badges extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published