/how-to-contribute-opensource-python

Example project to help people to contribute on an opensource project (Python version)

Primary LanguagePythonMIT LicenseMIT

🌤️ PyWeather App

This is a simple weather application written in Python.

API Endpoint

GET /api/weather

This endpoint returns the current weather for a given city and country.

Query Parameters:

  • city: The city to get the weather for.
  • country: The country to get the weather for.

Example:

/api/weather?city=London&country=Uk