Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sean-hill/map-around
https://github.com/sean-hill/map-around
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sean-hill/map-around
- Owner: sean-hill
- License: mit
- Created: 2013-11-14T04:19:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-14T02:20:34.000Z (about 11 years ago)
- Last Synced: 2024-11-08T08:46:09.452Z (about 2 months ago)
- Language: JavaScript
- Size: 8.43 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Map Around
Find what's going on around you.
## How to use
1. Install nodejs from http://nodejs.org/
2. From the terminal
1. Navigate to director 'cd ~/path/to/app'
2. Install node modules (libraries) with 'npm install'
3. Start up the server with nodemon 'nodemon -e js,scss app.js' (recommended)
4. Or start with just node "node app.js" (requires restart when files are changed)
3. Go to the browser and go to 'localhost:5000'## Wiki
Documentation for this web application can be viewed [here](https://github.com/sean-hill/map-around/wiki).
## Website
A link to the website can be found [here](http://maparound.herokuapp.com).