Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjbrum/alfred-is-vegan
Check if a food ingredient is vegan or not.
https://github.com/kjbrum/alfred-is-vegan
alfred alfred-workflow alfred3-workflow alfy food npm vegan workflow
Last synced: 3 months ago
JSON representation
Check if a food ingredient is vegan or not.
- Host: GitHub
- URL: https://github.com/kjbrum/alfred-is-vegan
- Owner: kjbrum
- License: mit
- Created: 2018-02-23T23:21:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T23:17:12.000Z (almost 7 years ago)
- Last Synced: 2024-09-25T09:26:28.557Z (4 months ago)
- Topics: alfred, alfred-workflow, alfred3-workflow, alfy, food, npm, vegan, workflow
- Language: JavaScript
- Size: 211 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Alfred Is Vegan?
> [Alfred 3](https://www.alfredapp.com/) workflow to check if a food ingredient is vegan or not.
## Install
```
$ npm install -g alfred-is-vegan
```> __Note:__ Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).
## Usage
In Alfred, type `vegan`, Enter, and start typing the ingredient to search for.
## Credits
- [Alfy](https://github.com/sindresorhus/alfy)
- [is-vegan](https://github.com/hmontazeri/is-vegan)## TODO
- Handle passing in a list of ingredients
- Denote if all ingredients are vegan or not
- Display an item for each ingredient and denote if it is vegan or not## License
MIT © [Kyle Brumm](http://kylebrumm.com)