Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cy6erskunk/moviesmap
https://github.com/cy6erskunk/moviesmap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cy6erskunk/moviesmap
- Owner: cy6erskunk
- Created: 2017-08-22T11:54:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T23:11:11.000Z (3 months ago)
- Last Synced: 2024-10-30T01:48:14.623Z (3 months ago)
- Language: TypeScript
- Size: 8.34 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SF Bay Area Movies Locations on the Map
The application to explore the data from [SF Open Data site](https://data.sfgov.org/Culture-and-Recreation/Film-Locations-in-San-Francisco/yitu-d5am)
on the Google Map.## Usage/Development/Deployment
### DEVDev env uses vercel under the hood
npm install
npm start### VS Code configuration
- install [Officical Rome extension](https://marketplace.visualstudio.com/items?itemName=rome.rome)
- update worksapace `settings.json` file:
```
"editor.defaultFormatter": "rome.rome",
"editor.formatOnSave": true
```## API Key
- unlike `geocode` lib which uses `process.env.MAPS_KEY`