Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (15 loc) · 623 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 623 Bytes

We're going to build a custom Slash command, /faemino. The official ones need HTTPS and some validation, too much work.

We use the YouTube API to search for the first result.

####Development

Start the server:

$ thin start

And go to http://localhost:3000

####Deploying to production

It's running in Heroku:

$ git push heroku master

A Google API key is needed:

$ heroku config:set GOOGLE_API_KEY=REPLACE_ME

####TODO

  • Search in subtitles and point to the right point in time