chore: update readmes
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
# strain-scraper
|
||||
# strain-tools
|
||||
|
||||
scrapes strain info, stores for later reference.
|
||||

|
||||
|
||||
[](https://raw.githubusercontent.com/w33ble/strain-scraper/master/LICENSE)
|
||||
[](https://www.npmjs.com/package/strain-scraper)
|
||||
[](https://nodejs.org/api/documentation.html#documentation_stability_index)
|
||||
Monorepo for cannabis strain tools. For repos, check in `packages`.
|
||||
|
||||
#### License
|
||||
|
||||
|
||||
12
packages/scraper/README.md
Normal file
12
packages/scraper/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# leafly-scraper
|
||||
|
||||
Scrapes strain info, stores for later reference.
|
||||
|
||||
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.
|
||||
@@ -1,9 +1,10 @@
|
||||
# search-site
|
||||
|
||||
strain search static website.
|
||||
|
||||

|
||||
|
||||
Strain search static website. Use it to search for strains by name, effects, medical uses, and other tags.
|
||||
|
||||
Based on data from leafly. You'll need to run the scraper first since that's where the data comes from.
|
||||
|
||||
#### License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user