Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 888 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 888 Bytes

Bunnygram 🐇 📬

Introduction

Bunnygram is a task scheduler for Next.js. You might need it if you want to defer a computationally expensive or long-running task in the background.

Installation

pnpm add bunnygram

You can also use npm or yarn etc.

Note that Bunnygram is ESM only.

NPM link: https://www.npmjs.com/package/bunnygram

Documentation

Find the latest documentation on https://bunnygram.vercel.app/

Contributing

I would appreciate PRs that:

  • Add more tests, particularly those mocking the HTTP request
  • Add support for other "adapters" e.g. Zeplo.
  • Improve type inference when there are no user provided types for job payload and response
  • Anything else!