Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 817 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 817 Bytes

nasapi-cpp

Small cpp library in order to use NASA's API with TLS protocol.

Build status

Build status

Building on UNIX

Dependencies

Check first if you have all the required dependencies.

Boost C++ Libraries : Boost provides free peer-reviewed portable C++ source libraries.

OpenSSL : Cryptography and SSL/TLS Toolkit

json-c : JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C.

Build with CMake

git clone /~https://github.com/Clotildelevou/nasapi-cpp.git
cmake -B build
cd build
make

Documentation