Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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_))