Enter a date of a past Phish show and see the weather information from that date
- java 1.8
- npm
- Optional: docker and docker-compose
$ npm install
$ gradlew clean build
Start the Java app in one terminal
$ gradlew bootRun
Or to start the Java app in a Docker container
$ docker-compose up -d
Build and start the web app in another terminal
$ npm start
Access the web app at http://localhost:9000
The phish.net and wunderground API keys used here are registered to bmrobin
. This is not yet intended to be used outside of development and learning purposes. These API keys have restrictions on the usage frequency per minute, so please don't overuse the requests.