Skip to content

Rastopyr/tub_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TubEx

Build Status Coverage Status

Lightweight YouTube v3 API Wrapper

Documentation

Note

Fork of https://github.com/yoavlt/tubex.

Motivation

Actually, tubex not support of @yoavlt about 11 months. But package is uses and downloaded each day. Maintainer of master package not approve any pull requests and updates.

So, for future support of YouTube functionality in elixir flow, i decided to fork tubex package.

Installation

If available in Hex, the package can be installed as:

  1. Add tub_ex to your list of dependencies in mix.exs:
def deps do
  [{:tub_ex, "~> 0.2.0"}]
end
  1. Ensure tub_ex is started before your application:
def application do
  [applications: [:tub_ex]]
end
  1. Put your config YouTube Data API Key
config :tub_ex, TubEx,
  api_key: "< Your API Key >"