Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```