Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zeusdeux/sf-movies
- Owner: zeusdeux
- License: mit
- Created: 2015-08-31T20:46:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T23:32:53.000Z (about 9 years ago)
- Last Synced: 2024-10-16T19:25:44.051Z (27 days ago)
- Language: JavaScript
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sf-movies
Shows on a map where movies have been filmed in SFThe 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`.