Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegovictor/crunchyroll-notifier
Reads the Animes' RSS from Crunchyroll 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: 23 days ago
JSON representation
Reads the Animes' RSS from Crunchyroll 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T19:31:04.000Z (10 months ago)
- Last Synced: 2024-01-10T21:10:55.996Z (10 months ago)
- Topics: api, aws, database, docker, dynamo, dynamodb, javascript, js, lambda, node, nodejs, notification, rss, serverless-framework, sns, sqs
- Language: TypeScript
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crunchyroll Notifier
[![serverless](https://img.shields.io/badge/serverless-2.60.2-FD5750?style=flat-square&logo=serverless)](https://www.serverless.com/)
[![typescript](https://img.shields.io/badge/typescript-4.4.3-3178c6?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
[![nodemon](https://img.shields.io/badge/nodemon-2.0.13-76d04b?style=flat-square&logo=nodemon)](https://nodemon.io/)
[![MIT License](https://img.shields.io/badge/license-MIT-green?style=flat-square)](https://raw.githubusercontent.com/DiegoVictor/crunchyroll-notifier/main/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](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)