{"id":20383486,"url":"https://github.com/smerth/polymer-visualize-tornado-data","last_synced_at":"2026-04-16T01:33:34.100Z","repository":{"id":42203048,"uuid":"77085256","full_name":"smerth/polymer-visualize-tornado-data","owner":"smerth","description":"A Polymer and Google Web Components app to visualize thousands of data points over an interactive Google Map, the app loads data, passes it into WebGL, and then allows zooming in on the map.","archived":false,"fork":false,"pushed_at":"2023-03-04T04:01:46.000Z","size":6760,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T11:42:41.578Z","etag":null,"topics":["codelab","gh-pages","gulp","json","polymer","webgl"],"latest_commit_sha":null,"homepage":"https://smerth.github.io/polymer-visualize-tornado-data/","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/smerth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2016-12-21T20:52:27.000Z","updated_at":"2022-06-17T17:00:05.000Z","dependencies_parsed_at":"2024-11-15T02:23:59.637Z","dependency_job_id":"d9a813a0-0ea7-48c8-921c-9e0138d67d53","html_url":"https://github.com/smerth/polymer-visualize-tornado-data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smerth/polymer-visualize-tornado-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smerth%2Fpolymer-visualize-tornado-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smerth%2Fpolymer-visualize-tornado-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smerth%2Fpolymer-visualize-tornado-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smerth%2Fpolymer-visualize-tornado-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smerth","download_url":"https://codeload.github.com/smerth/polymer-visualize-tornado-data/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smerth%2Fpolymer-visualize-tornado-data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31867711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["codelab","gh-pages","gulp","json","polymer","webgl"],"created_at":"2024-11-15T02:23:04.879Z","updated_at":"2026-04-16T01:33:34.068Z","avatar_url":"https://github.com/smerth.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to polymer-visualize-tornado-data 👋\n![Version](https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000)\n![Prerequisite](https://img.shields.io/badge/npm-%3E%3D7.0.14-blue.svg)\n![Prerequisite](https://img.shields.io/badge/node-%3E%3D15.3.0-blue.svg)\n[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://github.com/smerth/polymer-visualize-tornado#readme)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/smerth/polymer-visualize-tornado/graphs/commit-activity)\n[![License: MIT](https://img.shields.io/github/license/smerth/polymer-visualize-tornado-data)](https://github.com/smerth/polymer-visualize-tornado/blob/master/LICENSE)\n[![Twitter: StephenMerth](https://img.shields.io/twitter/follow/StephenMerth.svg?style=social)](https://twitter.com/StephenMerth)\n\n\u003e A Polymer and Google Web Components app to visualize thousands of data points overlayed on an interactive Google Map. The app loads data, passes it into WebGL, and then allows zooming in on the map.\n\n### 🏠 [Homepage](https://github.com/smerth/polymer-visualize-tornado#readme)\n\n## Prerequisites\n\n- npm \u003e=7.0.14\n- node \u003e=15.3.0\n\n\n## Screenshot\n\n![App Screenshot](https://raw.githubusercontent.com/smerth/polymer-visualize-tornado-data/master/screenshot.png)\n\n## Install\n\nYou'll need to have node.js, bower, polymer-cli and yarn installed to begin\n\nInstall bower dependancies\n\n```bash\nbower install\n```\n\nInstall polymer dependancies\n\n```bash\npolymer install\n```\n\nInstall gulp to deploy to gh-pages\n\n```bash\nyarn install\n```\n\n## Add API Key\n\nGo to the maps component in index.html and add a key to use Google Maps.\n\n## Develop\n\n```bash\npolymer serve\n```\n\n## Build\n\nto build the compiled app\n\n```bash\npolymer build\n```\n\nto serve the built app\n\n```bash\npolymer serve build/default\n```\n\n## Deploy to gh-pages\n\nSet up your codebase on github and then run\n\n```bash\ngulp deploy\n```\n\n## References\n\n[Data Visualization Using Polymer and WebGL](https://codelabs.developers.google.com/codelabs/polymer-webgl/index.html?index=..%2F..%2Findex#0)\n\n\n## Author\n\n👤 **Stephen Merth**\n\n* Website: http://smerth.github.io\n* Twitter: [@StephenMerth](https://twitter.com/StephenMerth)\n* Github: [@smerth](https://github.com/smerth)\n* LinkedIn: [@stephen-merth](https://linkedin.com/in/stephen-merth)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check [issues page](https://github.com/smerth/polymer-visualize-tornado/issues). You can also take a look at the [contributing guide](https://github.com/smerth/polymer-visualize-tornado/blob/master/CONTRIBUTING.md).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n\n## 📝 License\n\nCopyright © 2021 [Stephen Merth](https://github.com/smerth).\n\nThis project is [MIT](https://github.com/smerth/polymer-visualize-tornado/blob/master/LICENSE) licensed.\n\n***\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmerth%2Fpolymer-visualize-tornado-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmerth%2Fpolymer-visualize-tornado-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmerth%2Fpolymer-visualize-tornado-data/lists"}