{"id":16204568,"url":"https://github.com/samboycoding/melonloader-api-server","last_synced_at":"2026-02-21T14:02:55.081Z","repository":{"id":36976591,"uuid":"346852133","full_name":"SamboyCoding/Melonloader-Api-Server","owner":"SamboyCoding","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-06T05:05:23.000Z","size":177,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T05:33:09.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SamboyCoding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-11T22:07:11.000Z","updated_at":"2023-05-28T00:41:54.000Z","dependencies_parsed_at":"2024-10-27T20:38:50.550Z","dependency_job_id":null,"html_url":"https://github.com/SamboyCoding/Melonloader-Api-Server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SamboyCoding/Melonloader-Api-Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamboyCoding%2FMelonloader-Api-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamboyCoding%2FMelonloader-Api-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamboyCoding%2FMelonloader-Api-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamboyCoding%2FMelonloader-Api-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamboyCoding","download_url":"https://codeload.github.com/SamboyCoding/Melonloader-Api-Server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamboyCoding%2FMelonloader-Api-Server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018009,"owners_count":26086235,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-10T09:58:38.161Z","updated_at":"2025-10-14T05:33:09.987Z","avatar_url":"https://github.com/SamboyCoding.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MelonLoader API Server\n\nServer for fetching game information for [MelonLoader](https://github.com/LavaGang/MelonLoader).\n\nBuilt using TypeORM, NodeJs, Typescript, express.js, moment.js, axios, and various other projects.\n## Installing / Getting a Dev environment set up\n\n### Prerequisites:\n\n- Nodejs\n- Yarn\n\n### Instructions:\n\n1. Create an `ormconfig.json` file in the root directory (same place as `package.json`)\n2. If you have a MySQL server, populate as follows, filling appropriate values for `$HOST`, `$USERNAME`, `$PASSWORD`, and `$DBNAME`.  \n```json\n{\n   \"type\": \"mysql\",\n   \"host\": \"$HOST\",\n   \"port\": 3306,\n   \"username\": \"$USERNAME\",\n   \"password\": \"$PASSWORD\",\n   \"database\": \"$DBNAME\",\n   \"synchronize\": true,\n   \"logging\": false,\n   \"entities\": [\n      \"src/entity/**/*.ts\"\n   ],\n   \"migrations\": [\n      \"src/migration/**/*.ts\"\n   ],\n   \"subscribers\": [\n      \"src/subscriber/**/*.ts\"\n   ],\n   \"cli\": {\n      \"entitiesDir\": \"src/entity\",\n      \"migrationsDir\": \"src/migration\",\n      \"subscribersDir\": \"src/subscriber\"\n   }\n}\n```\n3. If you don't have a MySQL server, use a SQLite database, like so:\n```json\n{\n   \"type\": \"sqlite\",\n   \"database\": \"db.sqlite\",\n   \"synchronize\": true,\n   \"logging\": false,\n   \"entities\": [\n      \"src/entity/**/*.ts\"\n   ],\n   \"migrations\": [\n      \"src/migration/**/*.ts\"\n   ],\n   \"subscribers\": [\n      \"src/subscriber/**/*.ts\"\n   ],\n   \"cli\": {\n      \"entitiesDir\": \"src/entity\",\n      \"migrationsDir\": \"src/migration\",\n      \"subscribersDir\": \"src/subscriber\"\n   }\n}\n```\n4. Install dependencies using `yarn`\n5. Create a `.env` file containing the text `ACCOUNT_CREATION_KEY=[key to create accounts]` - you will need this key to create accounts in the database.\n6. Start the server using `yarn start` - it will listen on port 7778, or you can specify `PORT=1234` in the `.env` file to override.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamboycoding%2Fmelonloader-api-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamboycoding%2Fmelonloader-api-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamboycoding%2Fmelonloader-api-server/lists"}