https://github.com/omgrod/backroomsnavigator
https://github.com/omgrod/backroomsnavigator
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/omgrod/backroomsnavigator
- Owner: OmgRod
- Created: 2025-01-01T15:04:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T09:31:07.000Z (about 1 year ago)
- Last Synced: 2025-10-08T12:36:10.382Z (8 months ago)
- Language: HTML
- Homepage: http://omgrod.me/BackroomsNavigator/
- Size: 3.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backrooms Navigator
This repository currently uses data from the [Backrooms MGHC Wikidot](http://backrooms-mghc.wikidot.com)
## Extra Features
Some optional features not in the graph website can be found in the Flask web server version of this app. Some features can be found below:
- Filters
- Clickable nodes (redirect to their pages)
Here's how to unlock these features:
1. Clone this repository:
```sh
git clone https://github.com/OmgRod/BackroomsNavigator.git
```
2. Navigate to the repository folder
```sh
cd BackroomsNavigator
```
3. Install dependencies
```sh
pip install -r requirements.txt
```
4. Run the server
```sh
py main.py
```
Once entered, the following should show up:
```
Dash is running on http://127.0.0.1:8050/
* Serving Flask app 'app'
* Debug mode: on
```
Open the link on your web browser to access the features!