Skip to content
/ sf-movies Public

search for movies filmed in San Francisco and see on a map where exactly they were filmed

Notifications You must be signed in to change notification settings

1u0n/sf-movies

Repository files navigation

SF-MOVIES

a website where you can find film locations and details about every movie ever filmed in San Francisco. Just type in some movie name and see where exactly it was filmed on a map, or type in a letter and choose a movie from the suggestions.

Have a look at the demo

Maps

you've got plenty of available maps to choose from. Find Google Maps too boring? Try some new ones!

Data

all film locations and information are provided by SF Open Data and the San Francisco Film Commission. This app connects directly to San Francisco government's open apis.

Technologies

used to create sf-movies website:

Build it

clone or download this repo, and in the new folder execute:

npm install
npm run test       <-- if want to run tests
npm run build
npm start [port]     <-- optional port, 3000 by default

you'll have to install globally Gulp and Webpack for the builds and Mocha for the tests, if you don't have them:

npm install -g gulp-cli webpack mocha

Disclaimer

This is just a test project for me to learn new stuff. Use it as you like and don't expect it to work flawlessly.

About

search for movies filmed in San Francisco and see on a map where exactly they were filmed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published