neoighodaro / realtime-nfl-scores

A simple Chrome extension to simulate the NFL scores in real-time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a real-time NFL score Chrome extension with notifications

A simple Chrome extension to simulate the NFL scores in real-time. View tutorial

Prerequisites

  • An IDE of your choice like Visual Studio Code
  • Node.js and NPM installed on your computer
  • Basic knowledge of Node.js and Vanilla JS

Getting Started

To get started with the project, make sure you have all the prequisites above.

  1. Clone the project to your machine.
  2. Navigate into the directory.
  3. Copy the .env.example file to .env and update the Pusher keys.
  4. Run the command: $ node index.js.
  5. Load the frontend folder as an unpacked extension and test it.

Built With

  • JavaScript - A modern programming language.
  • Pusher - A library to build realtime applications easily.

About

A simple Chrome extension to simulate the NFL scores in real-time


Languages

Language:JavaScript 66.6%Language:HTML 33.4%