Skip to content

gduplessy/podil

Repository files navigation

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Test Coverage Code Climate

Podil, because sharing is caring

This was a book sharing web app. Now it is a search engine that combines videos from Youtube, metadata from [...] and lyrics (when possible) from MusixMatch I am doing this for the indextank holiday hack contest so we'll see how that goes! Happy Holidays to everyone and good luck to the participants!

Steps

  • Learn Rails, build the structure. [X] Yes I am learning Rails while doing this project and the one in the Rails Tutorial Book.

  • Implement Youtube's API in the app [X]

  • Add lyrics in the app [X]

  • Add Metadata (title, author, length, places to buy[?]). Other music by the same artist (list). [/]

  • Implement IndexTank API

  • Make it look good

  • Add [:flash] for when there's no youtube video (or play next on the list and so on?)

Credits

Youtube API : Aman Gupta for the YouTube-g wrapper MusixMatch API : Andrea Franz for the musix_match wrapper Last.fm API : Christopher Burnett for the last.fm wrapper