Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 492 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 492 Bytes

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