{"id":24186385,"url":"https://github.com/kanocomputing/fire-store-client","last_synced_at":"2025-10-15T06:39:27.698Z","repository":{"id":40731886,"uuid":"221952717","full_name":"KanoComputing/fire-store-client","owner":"KanoComputing","description":"Upload APKs to Amazon's Fire Store","archived":false,"fork":false,"pushed_at":"2022-12-10T09:04:36.000Z","size":365,"stargazers_count":1,"open_issues_count":10,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-03T01:41:57.076Z","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/KanoComputing.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":"2019-11-15T15:36:38.000Z","updated_at":"2022-10-12T03:33:51.000Z","dependencies_parsed_at":"2023-01-26T05:15:17.137Z","dependency_job_id":null,"html_url":"https://github.com/KanoComputing/fire-store-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KanoComputing/fire-store-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanoComputing%2Ffire-store-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanoComputing%2Ffire-store-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanoComputing%2Ffire-store-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanoComputing%2Ffire-store-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KanoComputing","download_url":"https://codeload.github.com/KanoComputing/fire-store-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KanoComputing%2Ffire-store-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271043554,"owners_count":24689777,"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-08-18T02:00:08.743Z","response_time":89,"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":"2025-01-13T12:35:20.030Z","updated_at":"2025-10-15T06:39:22.663Z","avatar_url":"https://github.com/KanoComputing.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fire Store Tools\n\nA simple NodeJS client that uploads APKs to the Amazon Fire Store.\n\nDocumentation for the API: https://s3-us-west-1.amazonaws.com/devportal-reference-docs/appsubapi/swagger-en/index.html\n\n## Usage\n\n```typescript\nimport { FireStoreClient } from 'fire-store-client';\n\nconst clientId = '...';\nconst clientSecret = '...'\nconst appId = '...';\nconst apkFilePath = '...';\n\n\nasync function main() {\n    const client = new FireStoreClient(clientId, clientSecret);\n    const res = await client.uploadApk(appId, apkFilePath);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanocomputing%2Ffire-store-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanocomputing%2Ffire-store-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanocomputing%2Ffire-store-client/lists"}