{"id":16266903,"url":"https://github.com/rameshvarun/comparecloud","last_synced_at":"2026-04-11T02:06:00.978Z","repository":{"id":41734424,"uuid":"147100551","full_name":"rameshvarun/comparecloud","owner":"rameshvarun","description":"A simple tool to compare cloud storage options by price. Created using React and TypeScript.","archived":false,"fork":false,"pushed_at":"2023-04-22T16:37:09.000Z","size":575,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-16T01:26:13.126Z","etag":null,"topics":["react","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://rameshvarun.github.io/comparecloud/","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/rameshvarun.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":"2018-09-02T16:02:50.000Z","updated_at":"2022-12-01T03:31:38.000Z","dependencies_parsed_at":"2023-01-24T01:45:07.110Z","dependency_job_id":null,"html_url":"https://github.com/rameshvarun/comparecloud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rameshvarun/comparecloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rameshvarun%2Fcomparecloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rameshvarun%2Fcomparecloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rameshvarun%2Fcomparecloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rameshvarun%2Fcomparecloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rameshvarun","download_url":"https://codeload.github.com/rameshvarun/comparecloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rameshvarun%2Fcomparecloud/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265965911,"owners_count":23857054,"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":["react","typescript","webpack"],"created_at":"2024-10-10T17:43:19.487Z","updated_at":"2026-04-11T02:06:00.942Z","avatar_url":"https://github.com/rameshvarun.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# comparecloud\n[![Node.js CI](https://github.com/rameshvarun/comparecloud/actions/workflows/node.js.yml/badge.svg)](https://github.com/rameshvarun/comparecloud/actions/workflows/node.js.yml)\n\n![screenshot](./screenshot.png)\n\n## Contributing\n\nFirst, get a copy of the repo and dependencies.\n\n```bash\ngit clone git@github.com:rameshvarun/comparecloud.git\ncd comparecloud\nnpm install\n\n# Start a live-reloading server.\nnpm start\n```\n\nYou can now start editing the providers in `src/providers/*.ts`. Providers conform to the interface in `src/provider.ts`.\n\n```typescript\nexport default interface Provider {\n  readonly name: string;\n  ...\n\n  readonly features: {\n    ...\n  };\n\n  getMonthlyPrice?: (storage: number) =\u003e number | undefined;\n  getYearlyPrice?: (storage: number) =\u003e number | undefined;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frameshvarun%2Fcomparecloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frameshvarun%2Fcomparecloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frameshvarun%2Fcomparecloud/lists"}