Skip to content

crawfordk99/weather-the-storm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-the-storm

Overview

I created a basic weather api program in Java. It asks the user for a city name, and takes that name and creates a weather alert report file. It also allows the user to read other txt alert files already created.

My purpose was to learn to create a basic program with classes in Java, and learn how to make HTTP requests in Java. Java is one of the most popular, and well-respected languages out there, so I wanted to become more familiar with it.

Software Demo Video

Development Environment

I created this Java project in Eclipse.

I used java.util.Scanner, java.io.FileWriter/Reader, java.io.BuffWriter/Reader, java.io.File, java.io.IOException, java.io.InputStreamReader, java.net.URL, and java.net.HttURLConnection libraries.

Useful Websites

Future Work

  • Create menu for user to choose from (create/write/read/delete)
  • Convert to Maven project to allow for more modern Java flexibility
  • Make text output more user-friendly
  • Update requests using newer Java REST libraries like GSON/Jackson

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages