https://github.com/danielrohers/geolocation
Example geolocation with geocoder
https://github.com/danielrohers/geolocation
Last synced: over 1 year ago
JSON representation
Example geolocation with geocoder
- Host: GitHub
- URL: https://github.com/danielrohers/geolocation
- Owner: danielrohers
- Created: 2014-07-28T18:02:15.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T12:55:55.000Z (over 7 years ago)
- Last Synced: 2025-01-24T10:47:06.590Z (over 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
geolocation
===========
Example geolocation with geocoder
## Install
> git clone git@github.com:danielrohers/geolocation.git
> cd geolocation && npm install
## Run
> npm start
### Observe
[public/javascripts/main.js](https://github.com/danielrohers/geolocation/blob/master/public/javascripts/main.js)
[routes/index.js](https://github.com/danielrohers/geolocation/blob/master/routes/index.js)