YTLiveApp is a simple web app that allows users to view see all current, scheduled and past livestreams using the YouTube API. This app is built using HTML, SASS, JS, Gulp, Webpack, and YouTube API.
To install YTLiveApp, please follow these steps:
- Clone the repository by running
git clone https://github.com/J0ddy/YTLiveApp.git
. - Install the dependencies by running
npm install
. - Rename the
.env.example
in the root directory of the project file to.env
. - Paste in your YouTube API Key and Channel ID
- Run the app by running
npm run dev
to start a development server, ornpm run build
to build the app for production.
Once the app is running, open your web browser and navigate to http://localhost:3000
. The app should be up and running, and you should be able to view the website.
If you'd like to contribute to YTLiveApp, please feel free to submit a pull request. We'd be happy to review it!
YTLiveApp is licensed under the AGPL-3.0 License. See LICENSE for more information.