Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 261 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 261 Bytes

Hanraqve Parser

Scrape

First you need to scrape XLS files. In order to do executes the following commands

mkdir db && cd $_
../scrape.sh

Save to MongoDB

After you need to save the XLS files into MongoDB

npm install
npm start