{"id":13837655,"url":"https://github.com/seshchat/ass","last_synced_at":"2026-01-12T02:31:19.678Z","repository":{"id":51471444,"uuid":"275233405","full_name":"seshchat/ass","owner":"seshchat","description":"📱 Mock server for App / Play Store screensots","archived":false,"fork":false,"pushed_at":"2022-12-13T04:19:41.000Z","size":99,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-27T05:41:13.791Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/seshchat.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}},"created_at":"2020-06-26T19:35:39.000Z","updated_at":"2023-02-17T04:09:10.000Z","dependencies_parsed_at":"2023-01-28T06:30:59.186Z","dependency_job_id":null,"html_url":"https://github.com/seshchat/ass","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/seshchat/ass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seshchat%2Fass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seshchat%2Fass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seshchat%2Fass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seshchat%2Fass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seshchat","download_url":"https://codeload.github.com/seshchat/ass/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seshchat%2Fass/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264631212,"owners_count":23640941,"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":[],"created_at":"2024-08-04T15:01:18.984Z","updated_at":"2026-01-12T02:31:19.673Z","avatar_url":"https://github.com/seshchat.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Ass\nAss creates a mock REST server for your app to communicate with to fake its state for App Store / Play Store / whatever\n\n## Installation\n```bash\nnpm i -g @seshchat/ass\n```\n```bash\nyarn global add @seshchat/ass\n```\n\n## Usage\nCreate an `Assfile.json` containing information about your mock server. Here's an example:\n```json\n{\n  \"name\": \"SESH\",\n  \"port\": 4000,\n\n  \"options\": [{\n    \"name\": \"Onboarding\",\n    \n    \"endpoints\": [{\n      \"method\": \"POST\",\n      \"endpoint\": \"/graphql\",\n\n      \"statusCode\": 200,\n      \"body\": {\n        \"hello\": \"world\"\n      }\n    }]\n  }, {\n    \"name\": \"Chat\",\n\n    \"endpoints\": [{\n      \"method\": \"POST\",\n      \"endpoint\": \"/graphql\",\n\n      \"statusCode\": 200,\n      \"body\": {\n        \"hello\": \"world\",\n        \"x\": 0\n      }\n    }]\n  }]\n}\n```\n\nThen start the Ass server:\n```bash\nass ./Assfile.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseshchat%2Fass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseshchat%2Fass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseshchat%2Fass/lists"}