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: about 1 month ago
JSON representation
Convert a list of memories into a subway map http://memoryunderground.com/
- Host: GitHub
- URL: https://github.com/beefoo/memory-underground
- Owner: beefoo
- License: other
- Created: 2015-07-22T15:59:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T22:26:32.000Z (8 months ago)
- Last Synced: 2024-11-04T03:31:42.371Z (6 months ago)
- Language: JavaScript
- Size: 2.87 MB
- Stars: 49
- Watchers: 8
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome-starred - beefoo/memory-underground - Convert a list of memories into a subway map http://memoryunderground.com/ (others)
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/)