Lightweight YouTube v3 API Wrapper
Fork of https://github.com/yoavlt/tubex.
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.
If available in Hex, the package can be installed as:
- Add tub_ex to your list of dependencies in
mix.exs
:
def deps do
[{:tub_ex, "~> 0.2.0"}]
end
- Ensure tub_ex is started before your application:
def application do
[applications: [:tub_ex]]
end
- Put your config YouTube Data API Key
config :tub_ex, TubEx,
api_key: "< Your API Key >"