Skip to content

hack-club-zz/LiveStreamURLApp

 
 

Repository files navigation

LiveStreamURLApp

This simple app for saving live stream urls (NBA,UFC, NFL ...etc)

In www/index.html add firebase Cred.

   <script>
      // Initialize Firebase
      var config = {};
      firebase.initializeApp(config);
    </script>
    

Json Data will be like this :

{
"-LvLQIuqCKvIHVTBwiz0" : {
  "link" : "https://www.yalla-shoot-new.com/2019/12/iraq-vs-bahrain.html",
  "linkTitle" : "Iraq vs bahren"
}
}

Go to add Data and you can add title and links for live stream URLS

About

This simple app for saving live stream urls (NBA,UFC, NFL ...etc)

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 80.0%
  • CSS 19.9%
  • HTML 0.1%