Skip to content

yoavlt/tubex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tubex

Lightweight YouTube v3 API Wrapper

Installation

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

  1. Add tubex to your list of dependencies in mix.exs:

    def deps do [{:tubex, "~> 0.0.1"}] end

  2. Ensure tubex is started before your application:

    def application do [applications: [:tubex]] end

  3. Put your config YouTube Data API Key

config :tubex, Tubex,
  api_key: "< Your API Key >"

Usage

Tubex.Video.search_by_query("Cooking")

About

Elixir lightweight wrapper of YouTube Data v3

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages