This is a non-official scrapper to get movies and theaters data directly from a famous theater's website.
If you want to contribute check this file.
The full docs is located here. I also use the basics folders structures provided by the following command line :
npx ts-express
And the code architecture is mainly inspired by the default Nest.js one.
The core scrapper is made up of this package:
- Cheerio who helps us parsing the html document.
-
With npm
npm install npm run start
-
With Docker
sudo docker compose up
or
sudo docker compose up -d
Then go to localhost:3213
or (localhost:PORT with PORT defined in the .env file)