Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 658 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 658 Bytes

React Interactive Transcript

Interactive Transcript for TED.com

The project is based on https://github.com/Ibaslogic/react-audio-player

Features

  • Interactive transcript
  • Keyboard shortcuts
  • Upload audio and transcript files from computer
  • A script for downloading TED talk videos and transcripts

Usage

Demo: http://iucario.github.io/react-interactive-transcript

Download video and transcript: node src/utils/download.js https://ted.com/talks/slug

Development

git clone https://github.com/iucario/react-interactive-transcript
cd react-audio-player
npm install
npm run dev

Open http://localhost:3000