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

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

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' ]
```