Skip to content

A command-line weather application that retrieves current conditions by city or postal code, with support for international locations via ISO 3166 country resolution. The application uses a lightweight proxy service to securely manage API credentials, enforce rate limits, and separate user interaction from network access.

License

Notifications You must be signed in to change notification settings

JoJoKorok/Weather_Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Application

A command-line weather application that retrieves current weather data using the OpenWeatherMap API, with support for city names or postal codes and international country resolution.

The project is structured with a client-side application and a lightweight proxy service to securely manage API credentials and enforce request limits.


Features

  • Retrieve current weather by:
    • City name + country
    • Postal / ZIP code + country
  • Interactive country selection using ISO 3166 standards
  • Secure API key handling via a proxy service
  • Rate limiting and global daily request limits
  • Clear separation between client logic and network access

About

A command-line weather application that retrieves current conditions by city or postal code, with support for international locations via ISO 3166 country resolution. The application uses a lightweight proxy service to securely manage API credentials, enforce rate limits, and separate user interaction from network access.

Resources

License

Stars

Watchers

Forks

Packages

No packages published