Monal5031 / Js-css-Experimentations

Useful List of experimentations made in js and css
2 stars 3 forks source link

Add a playlist experimentation #7

Closed Monal5031 closed 6 years ago

Monal5031 commented 6 years ago

Add a experimentation which will display the contents of a json into a playlist kind of way.

akw105 commented 6 years ago

Hi, I'd like to have a go at this, what sort of contents will the json have? Are you after live data from an api or a custom json file that you can update?

Monal5031 commented 6 years ago

Hello, thanks for showing interest in this project. There is no such data which I currently have, please go ahead by creating a custom json of yourself. Edit: I'm unable to assign this issue maybe some bug of github, but go ahead send a PR 👍

anshumanv commented 6 years ago

@Amykw105 thanks for considering a contribution here, the exact problem is here https://github.com/anshumanv/ongaku we need to grab objects from data.json and display list of tracks in a div or sidenav also clicking on any link will play the corresponding track. 👍

akw105 commented 6 years ago

Hey, no problem. Just so I'm clear, which repo am I sending a PR to? This one or Ongaku?

anshumanv commented 6 years ago

You can send PR in this repo and you can use https://github.com/anshumanv/ongaku/blob/master/js/data.json as a sample to implement this, once complete we'll incorporate it in ongaku, thanks 👍