https://github.com/zafar-saleem/sity
https://github.com/zafar-saleem/sity
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zafar-saleem/sity
- Owner: zafar-saleem
- Created: 2017-01-13T13:53:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T18:47:01.000Z (almost 9 years ago)
- Last Synced: 2025-01-01T03:27:36.662Z (11 months ago)
- Language: JavaScript
- Size: 233 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
1. Clone this repository.
2. Run npm install command to download and install all Webpack dependencies.
3. Run `npm run dev` to run the server on port `2770`. This command will run the project in development mode.
4. To make it ready for deploy run `npm run build`. This command will minify all the resources in `/dist` folder.
## Description
This project interacts with `CitySDK` and `Google Maps API`. It gets the list of events that happens around Amsterdam via CitySDK and displays them on the Map via Google Maps API.