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

https://github.com/michelbernardods/alert-me-message-go


https://github.com/michelbernardods/alert-me-message-go

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          


alert-me-message-go


☕ Code and coffee

## 💻 Project

Project in order to notify in your operating system a certain message that will be determined by you the message and in how long.

### Preview

![alert](https://user-images.githubusercontent.com/42414475/222987896-8df95542-7d8a-403d-bfc6-38cd0a095210.png)

# Installation and run Projet

#### Install dependencies
```
make setup
```

#### Run project
```
make run
```

#### Compile project
```
make build
```