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

https://github.com/flipperdevices/go-metric

Server for metric from application
https://github.com/flipperdevices/go-metric

Last synced: about 1 year ago
JSON representation

Server for metric from application

Awesome Lists containing this project

README

          

## Development
### MacOS
For open project you should install golang:
```bash
brew install golang
```

In order to generate protobuf files you must first install the dependencies:
```bash
brew install protobuf
brew install protoc-gen-go
```