https://github.com/michelbernardods/alert-me-message-go
https://github.com/michelbernardods/alert-me-message-go
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michelbernardods/alert-me-message-go
- Owner: michelbernardods
- Created: 2023-02-10T03:17:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T21:49:22.000Z (over 3 years ago)
- Last Synced: 2024-12-27T07:42:15.979Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

# Installation and run Projet
#### Install dependencies
```
make setup
```
#### Run project
```
make run
```
#### Compile project
```
make build
```