Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishi-raj-jain/tweet-scheduler
Scheduling Tweets using Upstash Queue and QStash.
https://github.com/rishi-raj-jain/tweet-scheduler
buffer nextjs qstash queue scheduler shadcn-ui tailwindcss tweet twitter upstash
Last synced: about 1 month ago
JSON representation
Scheduling Tweets using Upstash Queue and QStash.
- Host: GitHub
- URL: https://github.com/rishi-raj-jain/tweet-scheduler
- Owner: rishi-raj-jain
- Created: 2024-03-13T14:07:41.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-29T13:17:28.000Z (9 months ago)
- Last Synced: 2024-10-08T03:28:57.748Z (4 months ago)
- Topics: buffer, nextjs, qstash, queue, scheduler, shadcn-ui, tailwindcss, tweet, twitter, upstash
- Language: TypeScript
- Homepage: https://upstash.com/blog/tweet-scheduler
- Size: 52.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://upstash.com/blog/tweet-scheduler/opengraph-image)
# Scheduling Tweets using Upstash Queue and QStash
Introduction ·
Tech Stack + Features ·
Author## Introduction
Learn how to schedule tweets using Upstash Queue and QStash.
## Tech Stack + Features
### Frameworks
- [Next.js](https://nextjs.org) – The React Framework for the Web. We’re using the populate [shadcn/ui](https://ui.shadcn.com/) for rapid prototyping.
### Database
- [Upstash](https://upstash.com) - Serverless database platform. We're using both Upstash Queue & QStash for storing tweets in a queue and POST-ing schedule API at a given frequency, respectively.
### UI
- [TailwindCSS](https://tailwindcss.com) – A CSS framework for rapid and responsive styling.
### Code Quality
- [Prettier](https://prettier.io/) – Opinionated code formatter for consistent code style.
### Platforms
- [Vercel](https://vercel.com) - A cloud platform for deploying and scaling web applications.
## Author
- Rishi Raj Jain ([@rishi_raj_jain_](https://twitter.com/rishi_raj_jain_))