SpaceX API wrapper in Nim
February 12, 2020 ยท View on GitHub
Documentation
This API Wrapper aims to provide a simple and easy way to use the SpaceX-API in the NIM programming language.
See the Documentation for full wrapper documentation.
Installation
Basic Usage
The usage of the wrapper is very easy. It does not require any initialisation. Just import and start coding:
import spacenimx
let rocket_data = spacenimx.rockets.falconHeavy()
echo rocket_data
Credits
Jake Meyer's r-spacex/SpaceX-API
License
Contributing
If you would like to contribute, then first of all - "Thanks !!!" - second of all, please read the ever-evolving and improving guidelines here
This project follows the all-contributors specification. Contributions of any kind welcome!