Tweet-scheduler
automates tweet posting based on user-set content and timing preferences.
POST
-> to take user tweet content and timing(optional) and save in DB.DELETE
-> In case user want to delete the tweet.UPDATE
-> allowing user to update their tweet content or schedule timings.
-
Clone the repository using Git:
git clone https://github.com/Mayank2808sharma/Tweet-scheduler
-
Change to the project directory:
cd Tweet-scheduler
-
Install the Packages:
npm i
-
Compile the TS File:
ts -b