An open API service indexing awesome lists of open source software.

https://github.com/omgrod/backroomsnavigator


https://github.com/omgrod/backroomsnavigator

Last synced: 4 months ago
JSON representation

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!