Skip to content

nathanallen/srt-to-json-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###srt to json api

An over-engineered solution to a cross origin resource problem. Given a link to an srt file, returns a json object.

{ "start_time" => start_time ,
  "end_time"   => end_time ,
  "text"       => text 
}

Available on heroku, simply provide your url as an arguement:

http://srt2json.herokuapp.com/?url=INSERT_YOUR_URL.srt

About

convert srt to json via an api request

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages