Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 642 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 642 Bytes

WikiArtistCrawler

Demanding events are not only a case for artists or bands that are alive and active.

Tribute concerts indeed considered to remember those that are resting in peace.


iex(1)> ArtistCareerStatus.is_tributable?("Édith Piaf")
true

iex(2)> ArtistCareerStatus.is_tributable?("Amy Winehouse")
true

iex(3> ArtistCareerStatus.is_tributable?("Cem Karaca")
true

iex(4)> ArtistCareerStatus.is_tributable?("Jimi Hendrix")
true

iex(5)> ArtistCareerStatus.is_tributable?("Baris Manco")
true

iex(6)> ArtistCareerStatus.is_tributable?("Kurt Kobain")
true

iex(7)>ArtistCareerStatus.is_tributable?("Osamu Kitajima")
true