Motovis
Motorbikes data visualiser
Prerequisites:
MongoDB
Node.js
npm
Scrapy
pymongo
Usage:
Install
Clone the GitHub repo:
git clone https://github.com/yboyer/motovis.git
cd motovis
Install dependencies:
npm i
Fill the MongoDB database
From the dump
mongorestore
:
Restore data With mongorestore --gzip
With Scrapy
Crawl data of websites:
cd crawler
python core.py
or with individual spider
scrapy crawl [dafy | motoblouz | motoplanete]
Run
3000
Run server and start listening on port npm start