Giter Site home page Giter Site logo

notification's Introduction

This Go program is a simple reminder application that displays a notification every 20 minutes reminding the user to drink water. It uses the github.com/go-toast/toast package to display notifications on Windows systems.

Here's a breakdown of the code:

  • The notify function is defined to display a notification with the title "Reminder" and the message "It's time to drink water!" using the toast.Notification struct. The notification duration is set to toast.Long.
  • Inside the main function, an infinite loop is used to repeatedly trigger the notification every 20 minutes.
  • Inside the loop, the notify function is called to display the notification.
  • The program then sleeps for 20 minutes using time.Sleep(20 * time.Minute).

To use this program, you need to have the github.com/go-toast/toast package installed. You can install it using the following command:

go get github.com/go-toast/toast

After installing the package, you can run the program, and it will display reminders to drink water every 20 minutes.

Make sure to customize the reminder message or adjust the interval according to your preferences.

notification's People

Contributors

ashikurrahaman287 avatar

Stargazers

SpudBlocks avatar  avatar

Watchers

 avatar

Forkers

spudblocks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.