https://github.com/janecakemaster/allergen-search
search ingredients lists for things you are allergic to
https://github.com/janecakemaster/allergen-search
Last synced: 2 months ago
JSON representation
search ingredients lists for things you are allergic to
- Host: GitHub
- URL: https://github.com/janecakemaster/allergen-search
- Owner: janecakemaster
- Created: 2016-10-01T00:53:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T02:16:01.000Z (over 7 years ago)
- Last Synced: 2025-02-14T07:40:36.596Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# allergen-search
Search a list ingredients for things you are allergic to## Usage
```bash
node index
```## Examples
```bash
node index examples/allergens-list.txt examples/kimiko-tint.txt
# result: [ 'Propylene Glycol' ]
```