The Remainder App for Rocket.Chat is a tool designed to help users set reminders within the Rocket.Chat platform. This app allows users to create, manage, and receive reminders for various tasks and events directly in their chat interface. With the Remainder App, you can ensure that important tasks are not forgotten and stay organized with timely notifications.
To install this app, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/devanshkansagra/Remainder-App
- Open Terminal (or CMD in Windows) and run the following command:
rc-apps deploy --url host_url --username your_username --password your_password
Make sure to replace host_url
, your_username
, and your_password
with your Rocket Chat server URL, username, and password respectively.
Note:
-
You must have a Rocket Chat server set up. If you haven't set up a Rocket Chat server yet, follow this link for instructions.
-
You must have Rocket Chat CLI installed in your system to run
rc-apps
command. You can this install vianpm install -g @rocket.chat/apps-cli
Devansh Kansagra - dkansagra04@gmail.com