{"id":15378635,"url":"https://github.com/abdonrd/polymer-pokedex","last_synced_at":"2025-07-31T18:05:31.407Z","repository":{"id":91300293,"uuid":"109593103","full_name":"abdonrd/polymer-pokedex","owner":"abdonrd","description":"Pokédex built with Polymer","archived":false,"fork":false,"pushed_at":"2018-02-03T13:33:13.000Z","size":598,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T17:47:19.855Z","etag":null,"topics":["polymer","pwa","web-components"],"latest_commit_sha":null,"homepage":"https://polymer-pokedex.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/abdonrd.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,"zenodo":null}},"created_at":"2017-11-05T15:49:21.000Z","updated_at":"2020-08-30T21:32:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"548a89b8-f7d3-4f49-9c83-c0259b300c55","html_url":"https://github.com/abdonrd/polymer-pokedex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abdonrd/polymer-pokedex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdonrd%2Fpolymer-pokedex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdonrd%2Fpolymer-pokedex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdonrd%2Fpolymer-pokedex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdonrd%2Fpolymer-pokedex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdonrd","download_url":"https://codeload.github.com/abdonrd/polymer-pokedex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdonrd%2Fpolymer-pokedex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259763075,"owners_count":22907408,"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":["polymer","pwa","web-components"],"created_at":"2024-10-01T14:16:20.810Z","updated_at":"2025-06-14T05:05:27.614Z","avatar_url":"https://github.com/abdonrd.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/abdonrd/polymer-pokedex.svg?branch=master)](https://travis-ci.org/abdonrd/polymer-pokedex)\n\n# Polymer Pokédex\n\nPokédex built with Polymer.\n\n## Prerequisites\n\nFirst, install [Bower](https://bower.io) using [yarn](https://yarnpkg.com)\n(we assume you have pre-installed [node.js](https://nodejs.org)):\n\n    yarn global add bower\n\nAnd install the dependencies:\n\n    yarn install \u0026\u0026 bower install\n\n## Start the development server\n\nThis command serves the app at `http://127.0.0.1:8081` and provides basic URL\nrouting for the app:\n\n    yarn run serve\n\n## Build\n\nThe `yarn run build` command builds your Polymer application for production,\nusing build configuration options provided by the command line or in your\nproject's `polymer.json` file.\n\nYou can configure your `polymer.json` file to create multiple builds. This is necessary if you will be serving different builds optimized for different browsers. You can define your own named builds, or use presets. See the documentation on [building your project for production](https://www.polymer-project.org/2.0/toolbox/build-for-production) for more information.\n\nThe Polymer Pokédex is configured to create three builds using [the three supported presets](https://www.polymer-project.org/2.0/toolbox/build-for-production#build-presets):\n\n```\n\"builds\": [\n  {\n    \"preset\": \"es5-bundled\"\n  },\n  {\n    \"preset\": \"es6-bundled\"\n  },\n  {\n    \"preset\": \"es6-unbundled\"\n  }\n]\n```\n\nBuilds will be output to a subdirectory under the `build/` directory as follows:\n\n```\nbuild/\n  es5-bundled/\n  es6-bundled/\n  es6-unbundled/\n```\n\n* `es5-bundled` is a bundled, minified build with a service worker. ES6 code is compiled to ES5 for compatibility with older browsers.\n* `es6-bundled` is a bundled, minified build with a service worker. ES6 code is served as-is. This build is for browsers that can handle ES6 code - see [building your project for production](https://www.polymer-project.org/2.0/toolbox/build-for-production#compiling) for a list.\n* `es6-unbundled` is an unbundled, minified build with a service worker. ES6 code is served as-is. This build is for browsers that support HTTP/2 push.\n\nSee the documentation on the [polymer.json specification](https://www.polymer-project.org/2.0/docs/tools/polymer-json) and [building your Polymer application for production](https://www.polymer-project.org/2.0/toolbox/build-for-production).\n\n### Preview the build\n\nThis command serves your app. Replace `build-folder-name` with the folder name of the build you want to serve.\n\n    yarn run serve build/build-folder-name/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdonrd%2Fpolymer-pokedex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdonrd%2Fpolymer-pokedex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdonrd%2Fpolymer-pokedex/lists"}