This commit is contained in:
Robert James Gabriel 2017-07-04 15:17:35 +01:00 коммит произвёл GitHub
Родитель 35f4bf0567
Коммит 049bdf1bc0
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,14 +1,14 @@
# lightcrawler
Crawl a website and run it through Google lighthouse
```
```bash
npm install --save-dev lightcrawler
lightcrawler --url https://atom.io/ --config lightcrawler-config.json
```
where `lightcrawler-config.json` looks something like this:
```
```json
{
"extends": "lighthouse:default",
"settings": {