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

https://github.com/dbalan/recipes

Runs https://recipes.dbalan.in
https://github.com/dbalan/recipes

hakyll haskell recipes

Last synced: about 8 hours ago
JSON representation

Runs https://recipes.dbalan.in

Awesome Lists containing this project

README

          

# Recipes

Recipes keeps track of my personal recipe rotations.

## Cleaning pictures

```
convert in -scale 640x640 out.png
exiftool -all= out.png
```