{"id":16865575,"url":"https://github.com/easylogic/whatsup","last_synced_at":"2025-04-11T09:45:26.164Z","repository":{"id":146987283,"uuid":"287938499","full_name":"easylogic/whatsup","owner":"easylogic","description":"Modern Swagger JSON Management Tool","archived":false,"fork":false,"pushed_at":"2024-08-20T12:22:39.000Z","size":4190,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T16:07:14.524Z","etag":null,"topics":["management","multi","swagger","ui"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/easylogic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-08-16T12:22:32.000Z","updated_at":"2024-08-20T12:22:06.000Z","dependencies_parsed_at":"2024-11-06T17:25:56.090Z","dependency_job_id":"7e0d5b9c-8b5c-4216-97b6-6e94474d6b00","html_url":"https://github.com/easylogic/whatsup","commit_stats":{"total_commits":31,"total_committers":1,"mean_commits":31.0,"dds":0.0,"last_synced_commit":"70d924669fcebdaca389be8b3727fe3bfda6c6e9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easylogic%2Fwhatsup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easylogic%2Fwhatsup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easylogic%2Fwhatsup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easylogic%2Fwhatsup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easylogic","download_url":"https://codeload.github.com/easylogic/whatsup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345202,"owners_count":21088231,"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":["management","multi","swagger","ui"],"created_at":"2024-10-13T14:47:39.495Z","updated_at":"2025-04-11T09:45:26.144Z","avatar_url":"https://github.com/easylogic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WHATS UP\n\nModern Swagger JSON Management Tool \n\n\n# Getting Started \n\nFirst, you need to get a json file supported by swagger.\n\nThen put the downloaded file in the src/data/ directory.\n\n```js\n// package.json \n\"script\": {\n    ...\n    \"download:pet\": \"curl https://petstore.swagger.io/v2/swagger.json \u003e src/data/pet.json\",\n    \"download\": \"npm run download:pet\"\n    ...\n}\n\n\n```\n\nAnd add the downloaded json file to the src/data/index.ts file.\n\n```js\n// src/data/index.ts \nimport pet from './pet.json';\n\nexport default {\n    pet,            // add json file \n} as {[key: string]: any}\n\n```\n\n### Start - `pnpm start`\n\n\n```sh\ngit clone https://github.com/easylogic/whatsup \ncd whatsup\npnpm install \npnpm start \n```\n\n\n\n### Build - `pnpm build`\n\n```sh\npnpm build\n```\n\nAfter executing pnpm build, SPA related files are created in the build directory.\n\nUse this output if you want to deploy to a specific static server.\n\n### License - MIT ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasylogic%2Fwhatsup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasylogic%2Fwhatsup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasylogic%2Fwhatsup/lists"}