Skip to content

An API and frontend to find stream information from popular streaming website like Youtube and Twitch.

Notifications You must be signed in to change notification settings

ncareau/StreamScout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamScout

A website and API to get stream information

StreamScout Example

Requirements

  • Node with Yarn
  • Python 3.7

Configuration and running

Docker

docker run -d --name streamscout \
    -p 80:80 \
    ncareau/streamscout

With a different port and API_URL

docker run -d --name streamscout \
    -p 8000:80 \
    -e VUE_APP_API_URL=http://localhost:8000
    ncareau/streamscout

About

An API and frontend to find stream information from popular streaming website like Youtube and Twitch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published