aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 495c36e14462331c70499839a4b4a78f6b5a0967 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<p align="center">
    <a href="https://getferdi.com/services">
      <img src="./logo.svg" alt="" width="250"/>
    </a>
</p>

# Recipes

Official Recipe repository for Ferdi with over 100 recipes.

Copyright on these recipes is on their original creators - please look at `recipes/<id>/package.json` for information about the original creator and license. This is simply a curation of those recipes so we can include them into Ferdi.

## What are "Recipes"?

Recipes are small scripts that are responsible for providing the connection between your services (e.g. WhatsApp, GMail or Slack) and Ferdi. It provides Ferdi information like the number of current notifications, handles enabling dark mode and may otherwise improve your experience with the service.

Each time you create a new service inside Ferdi, Ferdi will automatically install and execute the recipe associated with that service.

## Creating and adding your own recipes

Please refer to our [documentation](docs/integration.md)

## Minifying images

Please run `npm run minify-images` to optimize images before you commit or raise PRs into this repository