{"id":23440854,"url":"https://github.com/living-with-machines/accidents-interactive","last_synced_at":"2026-03-20T01:25:36.905Z","repository":{"id":169404398,"uuid":"517013739","full_name":"Living-with-machines/accidents-interactive","owner":"Living-with-machines","description":"This is the “accidents interactive” for the Living with Machines exhibit at Leeds City Museum 2022–23.","archived":false,"fork":false,"pushed_at":"2024-10-16T12:56:54.000Z","size":1324,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T20:47:12.072Z","etag":null,"topics":["accidents-analysis","data-visualization","industrial-revolution","museum","museum-experience","museum-installation"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Living-with-machines.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-23T09:27:13.000Z","updated_at":"2024-10-16T15:39:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"4739816c-04b8-42a5-a38e-6f0edc009ed2","html_url":"https://github.com/Living-with-machines/accidents-interactive","commit_stats":null,"previous_names":["living-with-machines/accidents-interactive"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Living-with-machines/accidents-interactive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Living-with-machines%2Faccidents-interactive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Living-with-machines%2Faccidents-interactive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Living-with-machines%2Faccidents-interactive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Living-with-machines%2Faccidents-interactive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Living-with-machines","download_url":"https://codeload.github.com/Living-with-machines/accidents-interactive/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Living-with-machines%2Faccidents-interactive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28618331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T22:24:05.405Z","status":"ssl_error","status_checked_at":"2026-01-20T22:20:31.342Z","response_time":117,"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":["accidents-analysis","data-visualization","industrial-revolution","museum","museum-experience","museum-installation"],"created_at":"2024-12-23T16:19:21.858Z","updated_at":"2026-01-20T23:02:23.245Z","avatar_url":"https://github.com/Living-with-machines.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Accidents interactive\n===============\n\n![https://doi.org/10.5281/zenodo.13940311](https://zenodo.org/badge/DOI/10.5281/zenodo.13940311.svg)\n\nThis is the “accidents interactive” for the _Living with Machines_ exhibit at Leeds City Museum 2022–23.\n\nSee also the [“machines interactive”](https://github.com/Living-with-machines/machines-interactive) for the same exhibition.\n\nTo run the kiosk using Python\n---------------\n\n_Prerequisites:_ Note that for this option, you need to have Python 3.7 or above installed, you must have made the correct settings to run `python3` using the `python` command in the PATH (otherwise, you could just switch `python` for `python3` above). If you need installation instructions for how to install and setup Python 3 this way, Lisa Tagliaferri’s instructions are recommended, whether you work on [macOS](https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-local-programming-environment-on-macos), [Ubuntu](https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-programming-environment-on-an-ubuntu-20-04-server) or [Windows 10](https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-local-programming-environment-on-windows-10).\n\n_Windows users:_ Another helpful resource that might help with adding `python` to the PATH on a Windows machine is [“How to add Python to Windows PATH”](https://datatofish.com/add-python-to-windows-path/).\n\n\n### 1. Run the build command:\n\n```sh\n$ bash build.sh\n```\n\n_Note: If you do not have a `bash` command (for instance, you are on a Windows machine), you can also just download the build directory as a `.zip` file from the [`build` branch on this repository](https://github.com/Living-with-machines/machines-interactive/tree/build). Instructions on how to download the entire interactive as one runnable file is available in the `build` branch._\n\n### 2. Run the following command to get a local web server running on port 80:\n\n```sh\n$ python -m http.server 80 --directory build\n```\n\n_Note: If you run into problem with a busy or blocked port, you can change the port (80) to any random number here._\n\n### 3. Navigate to `http://localhost` (or `127.0.0.1`) in your browser.\n\n_Note: If you changed the port above, you will need to follow “localhost” with `:PORT` for whichever port number you chose above._\n\nTo run the kiosk using NodeJS\n---------------\n\nYou can also opt to run the kiosk using NodeJS if you would like. First, make sure you have NodeJS installed. Then, follow these steps:\n\n1. Run the command:\n\n```\n$ bash build.sh\n```\n\n2. Navigate into the `build` folder:\n\n```sh\n$ cd build\n```\n\n3. Run the command:\n\n```\n$ npx http-server --port 80\n```\n\n4. Navigate to [localhost](http://localhost) (or 127.0.0.1) in your browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliving-with-machines%2Faccidents-interactive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliving-with-machines%2Faccidents-interactive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliving-with-machines%2Faccidents-interactive/lists"}