Nexus-Software / NexusZiaApi

C++ API to cpp_zia for Epitech Project

Home Page:https://nexus-software.github.io/NexusZiaApi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NexusZiaApi

More informations about us here: Nexus-Software

CPP Build Status Build status GitHub Issues GitHub Pull Request License

Welcome to the Github project of Zia API by Nexus-Software. This repository is provided with documentation intended to describe the operation of the API and its modules for the Zia project.

This API has been developed in C++ and is comptatible on Linux, MacOS and Windows.

Dependencies

  • C++ 11 Compiler
  • CMake

Try to build API

Linux

git clone https://github.com/Nexus-Software/NexusZiaApi.git
cd NexusZiaApi
mkdir build
cd build
cmake ..
cmake --build .
cd ..
mkdir examples/modules/LogEmail/build
cd examples/modules/LogEmail/build
cmake ..
cmake --build .

Windows and MacOS

git clone https://github.com/Nexus-Software/NexusZiaApi.git
cd NexusZiaApi
mkdir build
cd build
cmake ..
cmake --build .

Documentation

Website of documentation each interface is available on https://nexus-software.github.io/NexusZiaApi/

Contributing

We have collected notes on how to contribute to this project in CONTRIBUTING.md.

License

NexusZiaApi is released under the MIT License.

About

C++ API to cpp_zia for Epitech Project

https://nexus-software.github.io/NexusZiaApi/

License:MIT License


Languages

Language:C++ 99.1%Language:CMake 0.9%