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

https://github.com/aeon0/somesense-interface


https://github.com/aeon0/somesense-interface

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Shared Interace in Protobuf

## Dependencies
```bash
# install dependencies
sudo apt install cmake g++ libprotobuf-dev protobuf-compiler

# build
mkdir build
cd build
cmake ..
make
```