Skip to content

ryanwinchester/shoutcast_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoutcast

https://hexdocs.pm/shoutcast

Read meta data from a shoutcast stream.

Installation

in mix.exs

def deps do
  [
    {:shoutcast, "~> 0.1.0"}
  ]
end

Usage

iex> Shoutcast.read_meta("http://ice1.somafm.com/lush-128-mp3")
{:ok, %Meta{}}