Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 768 Bytes

readme.md

File metadata and controls

43 lines (28 loc) · 768 Bytes

terminal-cooker Build Status

Master chef inside your terminal

Cook image

Install

$ npm install --global terminal-cooker

Getting of API token

Register on RapidApi and grab your api token.

Save the token to your app with:

$ cook --token=1a2b3c

Usage

$ cook --help
Usage
	$ cook [ingredients]

Options
	--token  Spoonacular API token

Examples
	$ cook --token=1a2b3c
	info Token saved: 1a2b3c
	$ cook eggs ham
	Square Deviled Eggs - [eggs, ham, cream cheese]

License

MIT © Dino Trojak