opensea-scraper
Advanced tools
Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "opensea-scraper", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Scraping accurate floor prices from opensea, because the API returns inacurate floor prices.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -124,2 +124,12 @@ # Opensea Scraper | ||
## Run local console / REPL | ||
To test the functions in an REPL node environment that has `OpenseaScraper` service preloaded simply run: | ||
```bash | ||
node --experimental-repl-await -i -e "$(< init-dev-env.js)" | ||
``` | ||
I recommend saving an alias: | ||
```bash | ||
alias consl='node --experimental-repl-await -i -e "$(< init-dev-env.js)"'; | ||
``` | ||
## Contribute | ||
@@ -126,0 +136,0 @@ |
38067
12
856
148