Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 682 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 682 Bytes

Tweet-scheduler

Tweet-scheduler automates tweet posting based on user-set content and timing preferences.

APIs:-

  1. POST -> to take user tweet content and timing(optional) and save in DB.
  2. DELETE -> In case user want to delete the tweet.
  3. UPDATE -> allowing user to update their tweet content or schedule timings.

Getting Started:-

  1. Clone the repository using Git:

    git clone https://github.com/Mayank2808sharma/Tweet-scheduler
  2. Change to the project directory:

    cd Tweet-scheduler
  3. Install the Packages:

    npm i
  4. Compile the TS File:

    ts -b

Under Development