/ViDoo

A small video application built using the YouTube API

Primary LanguageJavaScript

ViDoo

A small front end application using the YouTube api with Axios and React.

Check it out!

  1. Fork this repository (Click the fork button at the top of the page).
  2. Clone the fork to your local machine.
git clone https://github.com/${your_username}/vidoo
  1. Install the npm dependencies from your local copy path
npm install
  1. Get an API key for YouTube Data API
https://developers.google.com/youtube/v3/getting-started
  1. replace the filler text in /src/api/key.js with your api key
module.exports = {
    key: 'Your key here'
}
  1. Save the file, and run the application
> npm run dev

Any comments, questions, or bugs, don't be afraid to let me know!