Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simbathesailor/moviesearchgooglemaps
This project makes use of google map API and SF Open data API for showing the location of movies shot in san francisco :movie_camera:
https://github.com/simbathesailor/moviesearchgooglemaps
bootstrap google-api google-maps react redux soda webpack2
Last synced: 4 days ago
JSON representation
This project makes use of google map API and SF Open data API for showing the location of movies shot in san francisco :movie_camera:
- Host: GitHub
- URL: https://github.com/simbathesailor/moviesearchgooglemaps
- Owner: simbathesailor
- License: mit
- Created: 2017-04-02T20:58:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T07:06:22.000Z (about 7 years ago)
- Last Synced: 2024-11-09T21:28:50.628Z (2 months ago)
- Topics: bootstrap, google-api, google-maps, react, redux, soda, webpack2
- Language: CSS
- Homepage: https://warm-refuge-58972.herokuapp.com/searchmovies
- Size: 1.19 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MovieSearchGoogleMaps [![Build Status](https://travis-ci.org/anil26/MovieSearchGoogleMaps.svg?branch=master)](https://travis-ci.org/anil26/MovieSearchGoogleMaps)
This project makes use of google map API and SF Open data API for showing the location of movies shot in los angelesTechnologies used in this project are :
1.React
2.Redux
3.Webpack
4.Minimal level of bootstrap.
5.Google MAp Apis.
6.SF data Apis.
ES6 is the version of ecmascript.
Steps to run the project :
1.Clone the project or download it.
2.run npm install.
3.run npm start.
4.Once the server is up .Hit http://localhost:3000/searchmoviesFor changing the port fo the application,edit APP_PORT filed in ./config file in project foler
Note:SF data Api provides list of locations which has no valid geo coding(no latitude and longitude).SO for those points no plotting is done.
ScreenShot1