Giter Club home page Giter Club logo

soundcloud-player's People

Contributors

paultfreedman avatar r3l4x3 avatar seansmyth avatar shahzeb1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

soundcloud-player's Issues

Have a small selection of songs to choose from.

Under the "Change song" button, have 3 album covers for songs from SoundCloud. Once album is clicked, that song should queue up, info should change, and it should play.

  • Implement UI via bootstrap rows for 3 albums under the button
  • When album is clicked, change the info (artist / song name)
  • When album is clicked, play that song from soundcloud
  • Bootstrap grid sin't broken on #7

Adding new song by user

Currently new songs can be played by copying the link of new songs from soundcloud.com, but once the page is refreshed, it only shows the predefined three songs. So things needed to be implemented.

  1. Add new songs to the playlist by the user.
  2. User Can make different playlist according to there choice.
  3. Users can add favourites (use star symbol like in github)
  4. The UI needs to be made attractive. (optional)
  5. Search tab to search directly rather than copying link

Separate into its own module.

So right now mySC.js includes both the code for (a) interacting with SoundCloud (getting info / playing actual song) and (b) interacting with our UI (managing the play / pause button getting clicked.

(a) and (b) should be split up. (a) should be placed into its own soundcloud-player.js module. It should include the key functions which should allow for anyone to include the <script> and grab info / play music.

  • Separate mySC.js and soundcloud-player.js into two distinct files
  • Make it so that soundcloud-player.js includes all the soundcloud related functions
  • Write some unit tests for soundcloud-player.js
  • Update the README.md with the appropriate changes as to how to use the API functions from the soundcloud-player.js module.

Make it so the iFrame is inserted via JS.

Instead of the user having to place an <iframe> in their HTML webpage, have our soundcloud-player.js insert the iFrame into the page, along with its accompanying style.

To be taken on after #3 is complete.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.