Skip to content
/ runs Public

Go application to track application run counts.

License

Notifications You must be signed in to change notification settings

trypsynth/runs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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=<app_name> to see the app working.

About

Go application to track application run counts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages