Skip to content

SamirTalwar/thegarlic.press

Repository files navigation

TCDisrupt2016

Set up

brew install ffmpeg youtube-dl
npm install

Create a file called config.json:

{
  "port": 8080,
  "video_dir": "videos",
  "giphy": {
    "api_key": "your API key"
  },
  "watson": {
    "alchemy-language": {
      "api_key": "your API key"
    },
    "speech-to-text": {
      "username": "your username",
      "password": "your password"
    },
    "tone-analyzer": {
      "username": "your username",
      "password": "your password"
    }
  },
  "youtube": {
    "api_key": "your API key"
  }
}

Running it

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors