Quickstart
Set up and summon your first Meeseeks.
This guide helps you install and configure Meeseeks as quickly as possible.
Add the dependency
To integrate Meeseeks into your project, add the dependency.
(iOS Only) Register BGTaskScheduler Identifiers
In your Info.plist
file, add the following:
Initialize Meeseeks
(JS Only) Service Worker Setup
If your browser supports Background Sync or Periodic Background Sync, you can handle tasks even when the tab isn’t active.
Example service-worker.js
:
Get the Meeseeks box
The MeeseeksBox
is the global manager of all scheduled tasks. It is what you need to summon a MrMeeseeks
.
Define a task
Summon a Meeseeks
Meeseeks will execute the task in the background.
Explore advanced usage like custom preconditions, advanced concurrency, or
building your own MrMeeseeks
in the
Advanced Docs.
Frequently asked questions
Next steps
Yes siree! You’ve successfully initialized Meeseeks, configured your first tasks, and seen how to track results. Use the resources below to keep learning.
Was this page helpful?