Skip to content

🍽️ Parse recipe files exported from the iOS app Mela

License

Notifications You must be signed in to change notification settings

markmals/mela-decoder-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mela Decoder

A simple package to decode exported recipe files (of type .melarecipe and .melarecipes) from the iOS recipe app Mela.

Installation

# npm
npm install mela-decoder

# yarn
yarn add mela-decoder

# pnpm
pnpm install mela-decoder

Usage

import Recipes, { Recipe } from "mela-decoder"

let recipes: Recipe[] = await Recipes.readFromFile("./Recipes.melarecipes")
await Recipes.writeToDir("../Desktop", recipes)

License

Published under the MIT License.