https://github.com/diegovictor/crunchyroll-notifier
Reads Crunchyroll's Animes RSS and notify users through push notification when new animes' episodes are published. Built to AWS Cloud.
https://github.com/diegovictor/crunchyroll-notifier
api aws database docker dynamo dynamodb javascript js lambda node nodejs notification rss serverless-framework sns sqs
Last synced: 3 months ago
JSON representation
Reads Crunchyroll's Animes RSS and notify users through push notification when new animes' episodes are published. Built to AWS Cloud.
- Host: GitHub
- URL: https://github.com/diegovictor/crunchyroll-notifier
- Owner: DiegoVictor
- License: mit
- Created: 2021-10-11T21:49:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T12:31:32.000Z (over 1 year ago)
- Last Synced: 2025-03-30T08:42:03.624Z (over 1 year ago)
- Topics: api, aws, database, docker, dynamo, dynamodb, javascript, js, lambda, node, nodejs, notification, rss, serverless-framework, sns, sqs
- Language: TypeScript
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crunchyroll Notifier
[](https://www.serverless.com/)
[](https://www.typescriptlang.org/)
[](https://nodemon.io/)
[](https://raw.githubusercontent.com/DiegoVictor/crunchyroll-notifier/main/LICENSE)
[](http://makeapullrequest.com)
Reads the [Animes' RSS from Crunchyroll](http://feeds.feedburner.com/crunchyroll/rss/anime) and notify users through push notification when new animes' episodes are published.
## Table of Contents
* [Requirements](#requirements)
# Requirements
* Node.js ^14.15.0
* Serveless
* AWS Account
* [S3](https://aws.amazon.com/s3/)
* [DynamoDB](https://aws.amazon.com/dynamodb/)
* [SQS](https://aws.amazon.com/sqs/)
* [SNS](https://aws.amazon.com/sns/)
* [Lambda](https://aws.amazon.com/lambda)