A simple, cross-platform Pomodoro-like application that runs in your terminal! Requires Node.js version 14 and up to work.
- You must have
Node.js
version 14 and up to be able to use this app. InstallNode.js
using installer for your platform. - Check that you have
Node.js
installed, along withnpx
by using the following command in your terminal:These commands should show the current version of Node.js and npm installed e.g.,node -v npx -v
node -v v18.13.0
- Install the application with:
npx cli-pomodoro
- After installation, restart the terminal and run this command again:
The app should be working properly with audio now! Happy Pomodoro!
npx cli-pomodoro
- Again, you must have
Node.js
version 14 and up to be able to use this app. InstallNode.js
using installer for your platform. - Clone the repository:
git clone https://github.com/hkhoa-ng/cli-pomodoro.git
- Go in to that folder:
cd cli-pomodoro
- Install the required dependencies:
npm install
- Run the application on your terminal:
The application should be running fine in your terminal. If any errors surface, try to stop the process, restart the terminal, and run
node ./index.js
node ./index.js
in your terminal again.
Some screenshot of the application working...
Feel free to edit the source code to your liking! This is just a fun little project I did in my free time!