An open API service indexing awesome lists of open source software.

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.

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)