Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (31 loc) · 497 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 497 Bytes

scraper

Elegant web scraper

Make sure you have gulp, tsd, mocha in global

npm install -g gulp mocha tsd typescript

Install npm dependencies, inside project folder

npm install

Alternately, npm link will also work

npm link

On server deployment we do not have root or sudo access due to which we must install all dependencies inside the project.

Install tsd typings

tsd install

Build

gulp build

Test

gulp test

All in one + WATCH

gulp