{"id":25614450,"url":"https://github.com/cherukumilli/pwastore","last_synced_at":"2026-07-22T04:11:37.211Z","repository":{"id":77737217,"uuid":"87214701","full_name":"cherukumilli/pwastore","owner":"cherukumilli","description":"Progressive web app store with app ranking and reviews","archived":false,"fork":false,"pushed_at":"2017-04-12T02:12:15.000Z","size":103,"stargazers_count":2,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T03:08:40.964Z","etag":null,"topics":["app","firebase","http2","installable","offline","polymer","progressive","rating","reviews","user","web"],"latest_commit_sha":null,"homepage":"https://staging-cheruku.firebaseapp.com","language":"HTML","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/cherukumilli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-04-04T17:15:59.000Z","updated_at":"2021-08-30T18:42:02.000Z","dependencies_parsed_at":"2023-03-12T01:51:19.077Z","dependency_job_id":null,"html_url":"https://github.com/cherukumilli/pwastore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cherukumilli/pwastore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cherukumilli%2Fpwastore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cherukumilli%2Fpwastore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cherukumilli%2Fpwastore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cherukumilli%2Fpwastore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cherukumilli","download_url":"https://codeload.github.com/cherukumilli/pwastore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cherukumilli%2Fpwastore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35746507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-22T02:00:06.236Z","response_time":124,"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":["app","firebase","http2","installable","offline","polymer","progressive","rating","reviews","user","web"],"created_at":"2025-02-22T02:19:53.814Z","updated_at":"2026-07-22T04:11:37.199Z","avatar_url":"https://github.com/cherukumilli.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cheruku - Progressive Web Appstore for installable apps\n\nChrome, FireFox\n[![Build Status](https://travis-ci.org/cherukumilli/pwastore.svg?branch=master)](https://travis-ci.org/cherukumilli/pwastore)\n\n[![Build Status](https://saucelabs.com/browser-matrix/cherukumilli.svg)](https://saucelabs.com/beta/builds/a8ebdc39f4474498a096c8aad6a25d69)\n\nThe documentation below is derived from https://github.com/PolymerElements/polymer-starter-kit\n\nCheruku app uses the PRPL pattern, PRPL in a nutshell (https://github.com/PolymerElements/polymer-starter-kit):\n* **Push** components required for the initial route\n* **Render** initial route ASAP\n* **Pre-cache** components for remaining routes\n* **Lazy-load** and progressively upgrade next routes on-demand\n\n### Setup\n\n##### Prerequisites\n\nInstall [Polymer CLI](https://github.com/Polymer/polymer-cli) using\n[npm](https://www.npmjs.com) (we assume you have pre-installed [node.js](https://nodejs.org)).\n\n    npm install -g bower polymer-cli@next\n\n##### Clone project from github\n\n    git clone git@github.com:cherukumilli/pwastore.git\n\n### Install the dependencies\n\n    npm install \u0026\u0026 bower install\n\nThis command serves the app at `http://localhost:8080` and provides basic URL\nrouting for the app:\n\n    polymer serve --open\n\n### Build\n\nThis command performs HTML, CSS, and JS minification on the application\ndependencies, and generates a service-worker.js file with code to pre-cache the\ndependencies based on the entrypoint and fragments specified in `polymer.json`.\nThe minified files are output to the `build/unbundled` folder, and are suitable\nfor serving from a HTTP/2+Push compatible server.\n\nIn addition the command also creates a fallback `build/bundled` folder,\ngenerated using fragment bundling, suitable for serving from non\nH2/push-compatible servers or to clients that do not support H2/Push.\n\n    polymer build\n\n### Preview the build\n\nThis command serves the minified version of the app at `http://localhost:8080`\nin an unbundled state, as it would be served by a push-compatible server:\n\n    polymer serve build/unbundled\n\nThis command serves the minified version of the app at `http://localhost:8080`\ngenerated using fragment bundling:\n\n    polymer serve build/bundled\n\n### Run tests\n\nThis command will run [Web Component Tester](https://github.com/Polymer/web-component-tester)\nagainst the browsers currently installed on your machine:\n\n    polymer test\n\n### Adding a new view\n\nYou can extend the app by adding more views that will be demand-loaded\ne.g. based on the route, or to progressively render non-critical sections of the\napplication. Each new demand-loaded fragment should be added to the list of\n`fragments` in the included `polymer.json` file. This will ensure those\ncomponents and their dependencies are added to the list of pre-cached components\nand will be included in the `bundled` build.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcherukumilli%2Fpwastore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcherukumilli%2Fpwastore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcherukumilli%2Fpwastore/lists"}