crawlers and savers

This commit is contained in:
Senad Uka
2016-11-10 13:04:45 +01:00
parent 7a16a0191c
commit 5a819cc743
14 changed files with 2695 additions and 323 deletions

View File

@@ -22,8 +22,8 @@ Ukljucen je webpack hot module replacement + webpack-dev-server tako da se sve i
Trenutno postoji samo jedan crawler a to je `olx.js`
1. cd crawler
2. babel olx.js > build/olx.js
3. node build/olx.js
2. npm run dev
3. node build/crawler.js
4. profit!
Trenutno se rezultati crawlanja spasavaju u JSON file, naravno ovo moramo cim prije promjeniti.