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

https://github.com/trypsynth/runs

Go application to track application run counts.
https://github.com/trypsynth/runs

go golang http runs server

Last synced: about 1 year ago
JSON representation

Go application to track application run counts.

Awesome Lists containing this project

README

          

# runs
This is a simple HTTP server written in Go that tracks how many times a specific application has been run. The data is persisted in a JSON file.

## Getting Started

Clone this repository and run `go build` to generate a binary. after doing that, run the binary, and make a POST request to http://127.0.0.1:7867/runs?name= to see the app working.