Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)