https://github.com/devlights/smk
気象庁のページをスクレイピングして特定の都市の最高気温を表示します。
https://github.com/devlights/smk
Last synced: about 2 months ago
JSON representation
気象庁のページをスクレイピングして特定の都市の最高気温を表示します。
- Host: GitHub
- URL: https://github.com/devlights/smk
- Owner: devlights
- License: mit
- Created: 2019-06-20T08:48:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T02:58:25.000Z (almost 6 years ago)
- Last Synced: 2023-04-01T09:21:45.000Z (about 2 years ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smk
[気象庁のページ](https://www.jma.go.jp/)をスクレイピングして特定の都市の最高気温を表示します。
## install
```sh
go get github.com/devlights/smk
```## test
```sh
go test -v
```