https://github.com/aesrael/good-to-go
A simple CLI app to check the weather wherever you are. 💅🌞
https://github.com/aesrael/good-to-go
api go golang ip terminal weather
Last synced: 4 months ago
JSON representation
A simple CLI app to check the weather wherever you are. 💅🌞
- Host: GitHub
- URL: https://github.com/aesrael/good-to-go
- Owner: aesrael
- Created: 2019-07-15T19:56:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T07:40:32.000Z (almost 7 years ago)
- Last Synced: 2026-01-15T00:43:51.408Z (6 months ago)
- Topics: api, go, golang, ip, terminal, weather
- Language: Go
- Homepage:
- Size: 175 KB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Good to Go?
*Good to go* is a CLI app written in golang for getting up to date weather information.
## Installation
download and install [golang](https://golang.org)
## Usage
clone this directory
```bash
> go install
> cd $GOPATH bin
> good-to-go
```
or
```bash
> go run main.go weather.go location.go
```
Voila! you are good to go!😎 Don't forget your umbrella or jacket.
## Sample Output

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
### Tools used
Used the [Dark Sky API](https://darksky.net/dev) and [IPify API](https://github.com/rdegges/ipify-api), these are great tools that I totally recommnd.
### TODO
tests.
## License
[MIT](https://choosealicense.com/licenses/mit/)