mirror of
https://github.com/nxshock/trayweather.git
synced 2025-07-02 00:23:43 +05:00
Code upload
This commit is contained in:
parent
2880e52a08
commit
b146c2bc76
18 changed files with 215 additions and 0 deletions
8
api.go
Normal file
8
api.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package main
|
||||
|
||||
type WeatherData interface {
|
||||
CurrentTemperature() float64
|
||||
FeelsLikeTemperature() float64
|
||||
Description() string
|
||||
IconName() string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue