Skip to content

dns-gh/nasa-neo-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

nasa-neo-client package

Go Report Card

[GoDoc] (https://godoc.org/github.com/dns-gh/nasa-neo-client/nasaclient)

Nasa web client to make http requests to the NEO API: https://api.nasa.gov/api.html#NeoWS

Motivation

Used in the Nasa Space Rocks Bot project: https://github.com/dns-gh/nasa-space-rocks-bot

Installation

  • 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-neo-client/...
@working_dir $ go install github.com/dns-gh/nasa-neo-client/nasaclient

Example

See the https://github.com/dns-gh/nasa-space-rocks-bot

Tests

TODO

LICENSE

See included LICENSE file.

About

Nasa web client to the Near-Earth Object (NEO) API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages