fix: scrape strains alphabetically

ensures that we get everything
This commit is contained in:
2018-09-13 15:16:42 -07:00
parent a2bea32fb6
commit fa2db8d430
2 changed files with 2 additions and 4 deletions

View File

@@ -8,5 +8,3 @@ Clone repo and run the command. Resulting data can be found in `db.json`.
yarn install
yarn start
```
**NOTE**: You may need to run it multiple times (4 or 5 should do it), since some strains will get skipped the first few times. I don't know if it's leafly's endpoint or some weird race condition in the scraping code though.