Node Js webscraping
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Cloning the repository
git clone https://github.com/besardani/crawlE.git
yarn install
For https://spotlightcinemas.com/corporate/
npm run debug-spot
For http://www.tclchinesetheatres.com/
npm run debug-tcl
npm run debug-cinemapolis
Test if the time format can be parsed
For https://spotlightcinemas.com/corporate/
npm run time-spot
For http://www.tclchinesetheatres.com/
npm run time-tcl
npm run time-cinemapolis
For https://spotlightcinemas.com/corporate/
npm run build-spot
For http://www.tclchinesetheatres.com/
npm run build-tcl
npm build time-cinemapolis
Build files located at /outup
crawlE framework, build on top of cheerio.js .
- Besar Dani -