/twitter-alarm

Alert Website for twitter. In particular, it is requested that a user can register one words/tokens, which he wants to monitor.

Primary LanguageJavaScript

Twitter Alarm 🐦

This topic deals with the development of an alert Website for twitter. In particular, it is requested that a user can register one (or more) words/tokens, which he wants to monitor. In case a certain threshold is being exceeded, an alert for the corresponding user should be generated. In addition, a visualization of should be presented on the Website.

Overview

home following_list alarm_details

Getting Started

Prerequisites

  • A backend supporting accounts and alarms. Currently functional with mongoDB mongodb.com/fr-fr/cloud.
  • An EmailJS account for : Say welcome, reset password, email notifications emailjs.com.

Installation

In the project directory, you need to run:

  1. Install the dependencies to the local node_modules folder.

npm i

  1. Runs the app in the development mode.

npm run dev

Open http://localhost:3000 to view it in your browser.

Major dependencies