Skip to content

lagersoftcode/lightning

 
 

Repository files navigation

lightning

Real time world event display

Preview:

preview gif

How to run:

npm install

npm start

How to send events:

POST Request to http://localhost:3000/event with params countryCode, color and message, example:

  • countryCode: "US"
  • color: "#00FF00"
  • message: "Event description"

(x-www-form-urlencoded)

All clients will be notified via web sockets

About

Real time world event display

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.8%
  • HTML 11.0%
  • CSS 8.2%