Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorbadrov/timezone
A MEAN app showing locations and their timezones in a Google Map
https://github.com/davorbadrov/timezone
Last synced: about 2 months ago
JSON representation
A MEAN app showing locations and their timezones in a Google Map
- Host: GitHub
- URL: https://github.com/davorbadrov/timezone
- Owner: davorbadrov
- Created: 2015-06-07T18:20:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-07T21:33:22.000Z (over 9 years ago)
- Last Synced: 2024-10-17T13:13:59.353Z (2 months ago)
- Language: JavaScript
- Size: 1.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation and running
To successfuly run the app, you need to have a MongoDB server instance locally installed and running, after following the steps below you can access the app via localhost:8080. To customize the server options go to the project_dir/server/config.
```sh
cd timezones
npm install
node server/app.js
```