Skip to content

Exemplary command line program in Java, managed using Maven

Notifications You must be signed in to change notification settings

jakecurran/maven-simple-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maven Simple Weather

This is a program adapted from Sonatype Inc.'s (https://sonatype.com) "Maven by Example" book. The program specified in the book was modified to take as input any address and return the corresponding current weather report. The modified program uses Google's Geocoding API to get the coordinates corresponding to the address specified, and the Dark Sky API to retrieve the weather forecast for those coordinates.

The purpose of the program is merely to aid in the understanding of Maven, specifically Maven in the context of developing a command line application.

To compile/execute/test, the environment variable $DARK_SKY_API_KEY must first be set with an API key attained from https://darksky.net/dev.

About

Exemplary command line program in Java, managed using Maven

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages