{"id":13473093,"url":"https://github.com/neomjs/covid-helix","last_synced_at":"2025-05-02T04:30:36.220Z","repository":{"id":62354753,"uuid":"247319169","full_name":"neomjs/covid-helix","owner":"neomjs","description":"3d visualisation of the current COVID 19 outbreak","archived":false,"fork":false,"pushed_at":"2021-12-19T19:53:16.000Z","size":9791,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T22:13:01.843Z","etag":null,"topics":["covid-19","covid19","css3","framework","frontend","html","html5","javascript","multithreading"],"latest_commit_sha":null,"homepage":"https://neomjs.github.io/pages/","language":"JavaScript","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/neomjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["tobiu"]}},"created_at":"2020-03-14T17:09:52.000Z","updated_at":"2021-12-19T19:53:19.000Z","dependencies_parsed_at":"2022-10-31T10:46:21.511Z","dependency_job_id":null,"html_url":"https://github.com/neomjs/covid-helix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomjs%2Fcovid-helix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomjs%2Fcovid-helix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomjs%2Fcovid-helix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomjs%2Fcovid-helix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neomjs","download_url":"https://codeload.github.com/neomjs/covid-helix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251986662,"owners_count":21675950,"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":["covid-19","covid19","css3","framework","frontend","html","html5","javascript","multithreading"],"created_at":"2024-07-31T16:01:00.703Z","updated_at":"2025-05-02T04:30:33.440Z","avatar_url":"https://github.com/neomjs.png","language":"JavaScript","funding_links":["https://github.com/sponsors/tobiu"],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://npmcharts.com/compare/covid19-helix?minimal=true\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/covid19-helix.svg\" alt=\"Downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/covid19-helix\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/covid19-helix.svg\" alt=\"Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/covid19-helix\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/covid19-helix.svg\" alt=\"License\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://discord.gg/6p8paPq\"\u003e\u003cimg src=\"https://img.shields.io/discord/656620537514164249?label=discord%20chat\" alt=\"Chat\"\u003e\u003c/a\u003e\n  \u003ca href=\"./CONTRIBUTING.md\"\u003e\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-green.svg\" alt=\"PRs Welcome\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# neo.mjs covid-helix\nA multi-threaded Helix showing countries affected by COVID 19.\n\nYou can configure and sort the helix with the controls on the right side, resulting in a firework of CSS3 transitions.\n\nThis is a perfect performance demo for the webworkers driven UI framework \u003ca href=\"https://github.com/neomjs/neo\"\u003eneo.mjs\u003c/a\u003e.\n\n## Content\n1. \u003ca href=\"#online-versions\"\u003eOnline Versions\u003c/a\u003e\n2. \u003ca href=\"#preview-image\"\u003ePreview Image\u003c/a\u003e\n3. \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n4. \u003ca href=\"#docs-app\"\u003eDocs App\u003c/a\u003e\n5. \u003ca href=\"#multithreading\"\u003eMultithreading\u003c/a\u003e\n6. \u003ca href=\"#navigation-concept\"\u003eNavigation Concept\u003c/a\u003e\n7. \u003ca href=\"#attribution\"\u003eAttribution\u003c/a\u003e\n\n## Online Versions\nYou can find the Online Versions \u003ca href=\"https://neomjs.github.io/pages/\"\u003ehere on GitHub Pages\u003c/a\u003e (COVID-19 Helix).\n\n## Preview Image\n\u003cimg src=\"https://raw.githubusercontent.com/neomjs/pages/master/resources/images/covid/covid-helix.png\"\u003e\n\n## Getting Started\n1. Clone this repo to your system to get the project files\n   ```sh\n   git clone https://github.com/neomjs/covid-helix.git\n   ```\n\n2. Open the checked out top level folder inside your terminal\n   ```sh\n   cd covid-helix\n   ```\n\n3. Install the required node modules \u0026 run all relevant build scripts at once\n   ```sh\n   npm run build-all\n   ```\n\n4. Make sure to use a local WebServer!\n   * Use a local webserver of your choice\n   * OR `npm run server-start`\n\n## Docs App\nSince this app shell was created using:\n\u003e npx neo-app\n\nwe do get documentation views for our app source code out of the box:\n\u003e localhost/covid-helix/docs/index.html\n\n\u003cimg src=\"https://raw.githubusercontent.com/neomjs/pages/master/resources/images/covid/helix-docs.png\"\u003e\n   \n## Multithreading\nIn case you want to take a closer look at the workers setup, take a look into the Chrome dev tools Sources:\n\n\u003cimg src=\"https://raw.githubusercontent.com/neomjs/pages/master/resources/images/covid/helix-workers.png\"\u003e\n\nYour app code will get loaded into the App thread.\n\n## Navigation Concept\n1. Click on an item to select it. Afterwards you can use the Arrow Keys to walk through the items.\n2. Hit the Space Key to rotate the currently selected item to the front.\n3. Hit the Enter Key to expand the currently selected item.\n4. Use the mouse wheel vertically to zoom.\n5. Use the mouse wheel horizontally to rotate (e.g. trackpad / magic mouse).\n6. Care for adding mobile support? Please add your feedback \u003ca href=\"https://github.com/neomjs/neo/issues/280\"\u003ehere\u003c/a\u003e.\n\n## Attribution\n1. This App is created using the \u003ca href=\"https://github.com/neomjs/neo\"\u003eneo.mjs\u003c/a\u003e UI framework.\n2. Data provided by \u003ca href=\"https://github.com/NovelCOVID/API\"\u003eNovelCOVID/API\u003c/a\u003e.\n3. Icons made by \u003ca href=\"https://www.flaticon.com/authors/freepik\" title=\"Freepik\"\u003eFreepik\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003e www.flaticon.com\u003c/a\u003e.\n\n### Join our Slack Channel for questions \u0026 feedback:\n\n\u003ca href=\"https://join.slack.com/t/neotericjs/shared_invite/enQtNDk2NjEwMTIxODQ2LWRjNGQ3ZTMzODRmZGM2NDM2NzZmZTMzZmE2YjEwNDM4NDhjZDllNWY2ZDkwOWQ5N2JmZWViYjYzZTg5YjdiMDc\"\u003eSlack Channel Invite Link\u003c/a\u003e\n\n\u003cbr\u003e\u003cbr\u003e\nBuild with :heart: in Germany.\n\n\u003cbr\u003e\u003cbr\u003e\nCopyright (c) 2020 - today, \u003ca href=\"https://www.linkedin.com/in/tobiasuhlig/\"\u003eTobias Uhlig\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneomjs%2Fcovid-helix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneomjs%2Fcovid-helix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneomjs%2Fcovid-helix/lists"}