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

https://github.com/aaronraff/go-nasa

An API client for NASA's Open APIs - https://api.nasa.gov/
https://github.com/aaronraff/go-nasa

Last synced: 5 months ago
JSON representation

An API client for NASA's Open APIs - https://api.nasa.gov/

Awesome Lists containing this project

README

          

# go-nasa

[![GoDoc](http://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/aaronraff/go-nasa)
[![CircleCI](https://circleci.com/gh/aaronraff/go-nasa.svg?style=svg)](https://circleci.com/gh/aaronraff/go-nasa)

An API client for NASA's Open APIs - https://api.nasa.gov/

## Disclaimer
This project has just begun and is missing a ton of features at the moment. I hope to work my way through all of the different routes that the NASA API has to offer and add them to this client. Any and all help is greatly appreciated. Please don't be afraid to open an issue to provide feedback or ask questions!

## Installation

```sh
go get github.com/aaronraff/go-nasa
```

## Author

Aaron Raff – [@aaronraff_](https://twitter.com/aaronraff_) – aaronraffdev@gmail.com

## License

Distributed under the MIT license. See ``LICENSE`` for more information.

## Contributing

1. Fork this project
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request