Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
/ Pomodoro Public archive

Just creating a pomodoro to test my programming skills

Notifications You must be signed in to change notification settings

ArthurPieri/Pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomodoro

Installing

  1. Install node (I recommend using NVM)
  2. Clone the Repo
  3. Browse to the Pomodoro folder
  4. Install applicatication by running:
    $ npm install
  5. Create a .env file with the following varibles:
    BOT_TOKEN="Here you must enter the token provided by Botfather"
    
  6. To start the pomodoro bot run:
    $ npm start
    Or
    $ npm run dev

To do:

  • Test the timer MVP
  • Create a CLI
  • Create a Webserver
  • Create Users
  • Create a Telegram bot
    • Create events chaining
    • Enable text configuration (e.g. /work 30 -> Start a pomodoro with 30 min duration)
    • Enable inline bot
  • Create Frontend

About

Just creating a pomodoro to test my programming skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published