Skip to content

A web application that shows newly released manga from Scanalation websites. Made possible with MERN stack + Heroku + Webscraper.

License

Notifications You must be signed in to change notification settings

davekolian/Manga-RSS-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manga RSS App

Manga RSS App is a web application that shows if any of the manga I (currently) read has any new chapters. It is now able to store the last read chapter and counts new chapters from the last read. Additionally, it shows the number of new chapters that you have not read yet. However, updating the last read chapter is manual and is done by pressing a button for each manga.

How to use

  • Coming Soon!

How to build for yourself

  • Coming soon

How does it work

Web Scraper

  1. It uses Web Scraping technology to scrape Scanalation websites and check if any of the specified manga have released any new chapters recently.
  2. This web scraper runs every 10 minutes on an Oracle Cloud Instance where it populates the database.
  3. The web app the reads the the database and shows the data.

Backend

  1. With the help of Heroku and Mongoose I am able to read the data in the database.

Front-end

  1. Using React.js and Redux I am able to communicate with the backend part wherein I receive the data from the database
  2. I then display it on the screen with the help of JavaScript, HTML and CSS.

Coming Soon

  • Addition of a login system

License

MIT

About

A web application that shows newly released manga from Scanalation websites. Made possible with MERN stack + Heroku + Webscraper.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published