Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/beefoo/memory-underground
- Owner: beefoo
- License: other
- Created: 2015-07-22T15:59:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T22:26:32.000Z (4 months ago)
- Last Synced: 2024-09-11T02:57:18.828Z (4 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/)