Skip to content

Instantly share code, notes, and snippets.

@Filmaluco
Created November 25, 2022 11:39
Show Gist options
  • Save Filmaluco/731f3792d4b12f0e4a9d1e1a9aad06cb to your computer and use it in GitHub Desktop.
Save Filmaluco/731f3792d4b12f0e4a9d1e1a9aad06cb to your computer and use it in GitHub Desktop.
network
companion object {
private const val TAG = "MainActivity"
private const val API_KEY = ""
private const val URL = "https://api.weatherapi.com/v1/forecast.json?" +
"key=$API_KEY&q=Coimbra&days=2&aqi=no&alerts=no"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment