Skip to content

calibro/ti-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ti-scraper

Requirements

Instructions

Clone the repository from the command line:

$ git clone https://github.com/calibro/ti-scraper.git

browse to scraper root folder:

$ cd ti-scraper/

install dependencies:

$ npm install

run server

$ node server.js

Customisation

Port

By defalut the scraper port is set to 3000.

You can change it by using env variable PORT.

example:

$ PORT=1234 node server.js

Process manager

You can use your preferred process manager in production mode, like PM2.

installation:

$ npm install pm2 -g

run server:

$ pm2 start server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published