{"id":26115521,"url":"https://github.com/graviton-code-editor/store-api","last_synced_at":"2025-04-13T04:27:39.507Z","repository":{"id":39990057,"uuid":"251262103","full_name":"Graviton-Code-Editor/store-api","owner":"Graviton-Code-Editor","description":"💫 Graviton Store API ","archived":false,"fork":false,"pushed_at":"2023-02-11T11:33:01.000Z","size":638,"stargazers_count":6,"open_issues_count":7,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T05:31:33.874Z","etag":null,"topics":["api","eslint","express-js","graviton","hacktoberfest","javascript","js","node"],"latest_commit_sha":null,"homepage":"https://graviton-api.herokuapp.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Graviton-Code-Editor.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-03-30T09:41:30.000Z","updated_at":"2022-12-06T00:08:47.000Z","dependencies_parsed_at":"2023-02-18T04:15:42.268Z","dependency_job_id":null,"html_url":"https://github.com/Graviton-Code-Editor/store-api","commit_stats":{"total_commits":87,"total_committers":5,"mean_commits":17.4,"dds":0.2183908045977011,"last_synced_commit":"2319f03553fe7a44a71d7b95e614d1fb2e00e1f6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Graviton-Code-Editor%2Fstore-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Graviton-Code-Editor%2Fstore-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Graviton-Code-Editor%2Fstore-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Graviton-Code-Editor%2Fstore-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Graviton-Code-Editor","download_url":"https://codeload.github.com/Graviton-Code-Editor/store-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248662797,"owners_count":21141633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","eslint","express-js","graviton","hacktoberfest","javascript","js","node"],"created_at":"2025-03-10T07:45:28.359Z","updated_at":"2025-04-13T04:27:39.488Z","avatar_url":"https://github.com/Graviton-Code-Editor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎡 Graviton Store's API\n\nHosted in https://graviton-api.herokuapp.com/\n\n## 📖 Usage:\n\n| Method | Endpoint | Description |\n| ------------- | ------------- | ----- |\n| GET | / | Get API information |\n| GET | /plugins/ | Get the whole list of plugin ids |\n| GET | /plugins/:pluginID | Get plugin info by it's id |\n\n## 🛠️ Development\n\n1. Install all the dependencies\n```sh\n$ npm install\n```\n\n2. Start the project in dev mode. This command will start a development server.\n```sh\n$ npm run dev\n```\n## 🔌 Publishing Plugins\n1. Fork this repository.\n2. `git clone https://github.com/\u003cYOUR USERNAME\u003e/store-api.git`\n3. `cd data`\n4. `mkdir \u003cPLUGIN-NAME\u003e`\n5. `cd \u003cPLUGIN-NAME\u003e`\n6. Create a file called `manifest.yaml`.\n7. In `manifest.yaml` put the following:\n```yaml\nname: \u003cPLUGIN-NAME\u003e\nid: \u003cID-FOR-PLUGIN\u003e\nauthor: \u003cYOUR-NAME\u003e\ndescription: \u003cDESCRIPTION\u003e\nrepository: \u003cLINK-TO-PLUGIN-REPO\u003e\nreleases:\n - version: \u003cPLUGIN-VERSION\u003e\n   minTarget: \u003cMINIMUM-GRAVITON-VERSION\u003e\n   target: \u003cGRAVITON-VERSION\u003e\n   url: \u003cLINK-TO-PLUGIN-RELEASE-ZIP\u003e\n```\n##### About the yaml information above\n* `id, repository, url`: __cannot__ contain whitespace\n* `releases` is an array, so you can have multiple releases\n* To create a release for your plugin:\n  1. On your plugin's repository homepage, create a release and upload a `.zip` folder with only functional files for the plugin\n  2. Once the release is published, copy the download-url, and release version of the release and paste into the `url`, `version` fields above respectively.\n* `minTarget` will be the minimum version of Graviton(`X.X.X`)\n* `target` will be a more specific target, you can for example use `2` to target Graviton v2.X.X, or `2.1` for v2.1.X\n8. Commit changes and create PR\n\n## 🎎 Contributing\n#### Before commiting on git\n\n* Get all your linting error (with ESlint)\n```sh\n$ npm run lint\n```\n\n* Fix all your linting error automatically (with ESlint)\n```sh\n$ npm run lint:fix\n```\n\n## 🧦 Tests\n\nTo run the tests, run:\n```shell\n$ npm test\n```\n\n## 💾 Production\n\n1. Install all the dependencies\n```sh\n$ npm install\n```\n\n2. Start the project in production mode.\n```sh\n$ npm run start\n```\n\n## Contributors 🤠\nLucasAlt [Github](https://github.com/LucasCtrl)\nDavid Niederweis [Github](https://github.com/DJN1)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraviton-code-editor%2Fstore-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraviton-code-editor%2Fstore-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraviton-code-editor%2Fstore-api/lists"}