Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.17 KB

Mealie HelloFresh

Fetch HelloFresh recipes and send them to mealie

🤝 Code of Conduct: Kept 📝 License: MIT 📦 npm version 💪 TypeScript: Strict

Usage

npm i mealie-hellofresh
import { greet } from "mealie-hellofresh";

greet("Hello, world! 💖");

💙 This package was templated with create-typescript-app.