Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
/ scraper Public archive

Elegant web scraper

License

Notifications You must be signed in to change notification settings

nitintutlani/scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Elegant web scraper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published