Using puppeteer to fetch some book, movie data.
- git clone this project
- using
npm i
install all dependences - run
ts-node app.ts
and in the terminal will print start listener
localhost:8099/book(movie)/getTop250/{pageCount}
pageCount range is 1..10localhost:8099/book(movie)/getBooks(getMovies)/{type}/{pafeCount}
type-> search keywords, pageCount-> page num.