Skip to content

Test project to show how to do different functions in Java.

Notifications You must be signed in to change notification settings

ScottBob/UserGreeting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UserGreeting

Test project to show how to do different functions in Java.

This is just a simple project to quickly show a handful of functions and how to do them in Java:

  1. Get the user's IP address (access enviornment variable
  2. Get the user's location (local system call)
  3. Get the weather at the user's location (HTTP request + JSON parsing)
  4. Access a database
  5. Read/write a Properties configuration file

About

Test project to show how to do different functions in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages