It is the server side of the android application called WoW News.
App Link: https://play.google.com/store/apps/details?id=com.nexuswawe.wownews
For client side codes : https://github.com/YKarayel/WowNewsClientApp
- With the Webscrapping (html) method , it pulls the datas from the other side.
- It makes the data available for use.
- Data is sent to Firebase Realtime Database for Client to use.
- Communicates with Firebase Messaging and it sets the topics
- It check if there is a new post.
- If there is a new post, it sends push-notification to the client side via Firebase Messaging.