Skip to content

💰 Real-time /r/ACTurnips price tracker and notifier with WebSockets and browser notifications

Notifications You must be signed in to change notification settings

itsmnjn/turnips-today

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TurnipsToday

Check it out here! Tracks incoming posts to the /r/ACTurnips subreddit. Automatically displays and notifies subscribers in real time.

Technologies

  • React.js for the front-end client
  • Express.js on Node.js for the back-end server
  • WebSockets for real time client-server bi-directional communication
  • RethinkDB for the database
  • Web Push API for browser notifications

Installation

To run locally, clone the repo, install docker and docker-compose (if you don't have them already) following the official documentation, and run the following in the root directory:

$ docker-compose up

Alternatively, you may run:

$ yarn start

in both the client and server directories, but you must have a RethinkDB server running locally beforehand.

About

💰 Real-time /r/ACTurnips price tracker and notifier with WebSockets and browser notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published