Skip to content

A Reagent app that lets you visit the NFL's stadiums via Google street view.

License

Notifications You must be signed in to change notification settings

jmargolisvt/nfl-stadiums-google-streetview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFL Stadium Google Street View

Ever want to visit all the NFL stadiums without the hassle of actually going there? Now you sorta can!

To run this project, you'll need a Google Maps API key. In the /data directory, create a file called "google-api.cljs". It should look like this:

(ns data.google-api)

(def google-key "my-google-maps-api-key")

To get an interactive development environment run:

lein figwheel

and open your browser at localhost:3449. This will auto compile and send all changes to the browser without the need to reload. After the compilation process is complete, you will get a Browser Connected REPL. An easy way to try it is:

(js/alert "Am I connected?")

and you should see an alert in the browser window.

The street addresses don't always provide the best view for the stadium, so if you have better data, please feel free to create a pull request.

About

A Reagent app that lets you visit the NFL's stadiums via Google street view.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published