Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 682 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 682 Bytes

Find Text

This repository is a challenge from the Fundamental Vue.js webinar on HIMIT PENS, which is Creating a single page application using Vue.js to search for text in videos on youtube.

This site is based on Vue.js and Bootstrap CSS.

Installation

Install dependencies using

npm install

To run locally

npm run dev

After that open https://localhost:3000.

Usage

  • Paste the URL of the YouTube video for which you want to find the subtitles
  • And type the subtitle text

Demo

Find Text

License

Source code is available under MIT License