π² Gets a random quote and posts it to some social media platforms!
- Threads
- Discord
Instagram (https://www.instagram.com/threads_daily_quotes/):
Threads (https://www.threads.net/@threads_daily_quotes):
Discord (https://discord.com/invite/BjEJFwh):
- Clone the repository
- Install the dependencies with
npm install
- Copy the
.env.example
file to.env
and fill in the values - Build the project with
npm run build
- Run the project with
npm run start