Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 905 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 905 Bytes

Vtube

Video search application built with the following technologies:

Demo app is deployed on Heroku. Please check it out: https://vtub.herokuapp.com

Deploy on you own server

Firs need to clone the repository:

Then you have to install the necessary dependencies using either NPM or Yarn:

$ npm i

Since the app currently uses youtube public api, you need to configure it for getting youtube api key. You can register a new application from this link https://console.developers.google.com

To run the app in development environment:

$ npm run start

Now, if you visit http://localhost:3000