Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 867 Bytes

File metadata and controls

29 lines (19 loc) · 867 Bytes

Retrieve weather info for a Phish show

Enter a date of a past Phish show and see the weather information from that date

Requirements

  • java 1.8
  • npm
  • Optional: docker and docker-compose

Installation

$ npm install
$ gradlew clean build

Usage

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

Notes

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.