Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.06 KB

YTLiveApp

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.

Installation

To install YTLiveApp, please follow these steps:

  1. Clone the repository by running git clone https://github.com/J0ddy/YTLiveApp.git.
  2. Install the dependencies by running npm install.
  3. Rename the .env.example in the root directory of the project file to .env.
  4. Paste in your YouTube API Key and Channel ID
  5. Run the app by running npm run dev to start a development server, or npm run build to build the app for production.

Usage

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.

Contributing

If you'd like to contribute to YTLiveApp, please feel free to submit a pull request. We'd be happy to review it!

License

YTLiveApp is licensed under the AGPL-3.0 License. See LICENSE for more information.