Code Monkey home page Code Monkey logo

angular-spotify-search's Introduction

Angular Top Songs

If search doesn't work Spotify may have updated there API. You can download and get the most recent API from spotify developer website.

Thanks for taking the time to take our challenge. We're hoping you can prove that you're able to follow a few guidelines and deliver a simple, yet full featured application.

##Goals We're hoping to learn more about your dev style and preferences. Feel free to import any libraries that may help you in completing this task. We value a sense of ownership, so if you'd prefer to swap out NPM for Bower/Yarn or pull in a CSS Framework/Utility library/etc, please do. We set up a basic start for you in this repo, so feel free to clone/fork.

##Instructions Our users, aside from loving our video streaming apps, are a big fan of music streaming.

We'd like you to make them a SPA (Single Page Application) where they can make a top 10 list.

As a user, I should be able to:

  • Search for songs by their title, their artist, or their album
  • Select songs that are found via search and add them to a Top 10 list.
  • Name my top 10 list (i.e. Top 10 Songs from the Nineties)
  • Add a note and an image to each song in that playlist
  • Export that playlist as json (Example Below)
{
   title: 'Top 10 70s Songs'
   songs: [
       {
           track: 'Down On The Corner'
           artist: 'Creedence Clearwater Revival'
           album: 'Willy And The Poor Boys',
           note: 'Love this song! Listened to it all of the time on my RV trip!'
           customImage: 'https://www.stitch.net/wp-content/uploads/2014/10/9.jpg' 
       },
       ...
   ]
} 

Requirements

angular-spotify-search

angular-spotify-search's People

Contributors

ifelse- avatar samfeder avatar

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.