Skip to content

Addons Explorer System Design

Zelcion The Dev edited this page Jul 19, 2024 · 1 revision

Addons Explorer System Design

The Addons Explorer is composed of an API and a Front-End, designed to be a place for Meta-System users to find Addons, learn more about them, and how they are supposed to be used, providing functionality for both Meta-System users and Addons developers.

Features

  • Addon Developers can Register/Submit their Addons
    • Add Keywords and Categories for easier searching
    • Document their Addon API by version
    • Get versions automatically from Github and NPM
    • Automatic Addon Documentation by the Addon's meta-file.json and Meta-System's Broker.
  • API Consumers and Website Visitors can Browse Addons
    • Search Addons by name, category, and Meta-System version
    • See specific Addon information, such as its README, Documentation, versions, and example usage JSON.

Clone this wiki locally