Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.03 KB

README.md

File metadata and controls

53 lines (40 loc) · 2.03 KB

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.