[] (https://godoc.org/github.com/dns-gh/nasa-apod-client/nasaclient)
Nasa web client to make http requests to the APOD API: https://api.nasa.gov/api.html#Apod
Used in the Nasa Space Rocks Bot project: https://github.com/dns-gh/nasa-space-rocks-bot
- It requires Go language of course. You can set it up by downloading it here: https://golang.org/dl/
- Install it here C:/Go.
- Set your GOPATH, GOROOT and PATH environment variables:
export GOROOT=C:/Go
export GOPATH=WORKING_DIR
export PATH=C:/Go/bin:${PATH}
- Download and install the package:
@working_dir $ go get github.com/dns-gh/nasa-apod-client/...
@working_dir $ go install github.com/dns-gh/nasa-apod-client/nasaclient
See the https://github.com/dns-gh/nasa-space-rocks-bot
TODO
See included LICENSE file.