Git Product home page Git Product logo

react-itunes-song-api's Introduction

Table of Contents

How to Use

This project allows the user to search for an artist, album or song name and display a list of songs or album.

The music information is loaded from iTunes API directly.

  • Search Bar: Receives user input for artist, album or song name.
  • Get Albums: Lists only albums that match the criteria.
    • In the album list, if you click on the album name the system will load only the songs of that album.
  • Get Songs: Lists only songs that match the criteria.
  • Clear Search: Start search from scratch.

App Documentation

Requirements

To run this project you must have the newest versions of node and npm.

Install Instruction

  1. Clone repository: $ git clone [email protected]:maximiliano/react-itunes-song-api.git
  2. $ cd react-itunes-song-api
  3. Install dependencies: $ npm install
  4. Start development server to test it: $ npm start
  5. OR, create a build to deploy: $ npm run build

NOTE: This project is configured to run on the http://maximiliano.github.io/music-search/ URL, so the API requests to iTunes won't load locally because of CORS, unless you change some configurations.

Work environment used

  • Computer:
    • MacBook Air (13-inch, Early 2014)
    • Processor: 1,4 GHz Intel Core i5
    • Memory: 4 GB 1600 MHz DDR3
    • Storage: 120 GB SSD
  • Operating System
    • macOS Mojave
    • Version: 10.14.6
  • Software:
    • Text Editor: Sublime Text 3
    • Terminal: iTerm
    • Databases: None
    • Libraries: React.js
    • API tests: curl
    • Browsers: Safari and Chrome

react-itunes-song-api's People

Contributors

maximiliano avatar

Watchers

 avatar James Cloos 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.