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/
- Host: GitHub
- URL: https://github.com/aaronraff/go-nasa
- Owner: aaronraff
- License: mit
- Created: 2019-12-17T00:59:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T20:08:03.000Z (over 6 years ago)
- Last Synced: 2024-06-20T12:43:08.937Z (almost 2 years ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-nasa
[](http://godoc.org/github.com/aaronraff/go-nasa)
[](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