Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/beefoo/memory-underground

Convert a list of memories into a subway map http://memoryunderground.com/
https://github.com/beefoo/memory-underground

Last synced: 3 months ago
JSON representation

Convert a list of memories into a subway map http://memoryunderground.com/

Awesome Lists containing this project

README

        

# Memory Underground

Convert a list of memories into a subway map http://memoryunderground.brianfoo.com/

## Running locally

1. Install [Node.js](https://nodejs.org/)
2. Clone this repository:

```
git clone https://github.com/beefoo/memory-underground.git
cd memory-underground
```

3. Install and run the server

```
npm install connect serve-static
node server.js 8888
```

4. Then go to [localhost:8888/](http://localhost:8888/)