https://github.com/raph6/go-weather
Premier test de Golang
https://github.com/raph6/go-weather
Last synced: 10 months ago
JSON representation
Premier test de Golang
- Host: GitHub
- URL: https://github.com/raph6/go-weather
- Owner: raph6
- Created: 2019-11-09T00:29:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T00:49:54.000Z (over 6 years ago)
- Last Synced: 2025-03-02T04:36:19.428Z (over 1 year ago)
- Language: Go
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-weather
Petite station météo configuré sur la ville de Paris pour tester Go, j'ai utilisé l'api public [Metaweather](https://www.metaweather.com/api/)
```
go build
./go-weather
```
or
```
go run .
```
