When I saw that other projects do the same thing, I decided not to move forward with this project. from now on, this project will be archived and will not be updated. if you need the same functionality you can search Git Hub for similar projects.
This is a simple application that goes through the Holland2Stay houses and give you the number of available appartments in different cities. There is also a telegram bot that you can use to get this data. I also implemented a feature on Telegram bot that you can use to get a notification if a new house became available in Hollan2Stay.
I'm looking for contributers to improve the project and add more features to it! feel free to get in touch!
- NestJS
- Telegram (with help of grammyJS)
- Puppeteer
- MangoDB
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
If you have any question or issue, please open an issue in this repo and I will fix/improve it.
Nest is MIT licensed.