An open API service indexing awesome lists of open source software.

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. 💅🌞

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
![CLI output](./assets/cli-output.png)

## 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/)