Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zeusdeux/sf-movies

Shows on a map where movies have been filmed in SF
https://github.com/zeusdeux/sf-movies

Last synced: 13 days ago
JSON representation

Shows on a map where movies have been filmed in SF

Awesome Lists containing this project

README

        

# sf-movies
Shows on a map where movies have been filmed in SF

The application is available at [sf-movies.mudit.xyz](http://sf-movies.mudit.xyz).

If it doesn't give any results that means the app has probably crossed the google geocoding quote for the day. If that occurs, ping me and I shall add a fresh key which should give us another 2500 geocoding requests for the day.

The stack I have used is node at the back, a simple in memory db that I wrote, expressjs as the web framework and reactjs in the front.

I have used mocha and shouldjs for testing and `make` with `browserify` for bundling.

The only boilerplate the codebase contained was what was generated by express-generator but most of that has been overwritten by my changes.

The only boilerplate stuff I haven't touched and is sitting in `bin/www`.