The main goal of this project is to learn how to parse rss feed from multiple sources and send messages to the telegram channel.
I didn't use any database, cause it would be overhead for this project. Instead I decided to use simple files to store all parsed rss feeds. To show all parsed rss feeds I've chosen Telegram API. It's only the beginning of the project, so there are so many things to do.
- Add frontend part with basic design and features
- Add nx or any other monorepo tools
- Separate rss parsing from telegram bot
- Add support of cache control. Do not parse rss until cache is not stale
Nest framework TypeScript starter repository.
$ yarn
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.