Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cy6erskunk/moviesmap


https://github.com/cy6erskunk/moviesmap

Last synced: about 1 month ago
JSON representation

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
### DEV

Dev 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`