An application that allows you to search for music using Itunes API
You can view the project by following this link CLICK ME
To setup and run this project on your machine, follow through these instructions and steps. In order for you to use the content on this repo ensure you have the following:
- A computer that runs on either of the following; (Windows 7+, Linux, Mac OS)
- nodejs 9.0+
To run this program on your computer, follow through these steps:
-
Fork or clone this repository into your local computer
git@github.com:e-nk/music-Fi.git
-
Open your cloned repository on the terminal
cd music-Fi
-
Open the repository in your code editor in this case I am running Vs code.
code .
If you have followed through the installation instructions well, you should not have any problem running this code.
To run this project, make sure you have live server installed on your Visual Studio Code. To install live server, follow these steps:
-
On the left side of your VS code you should see 6 icons arranged horizontally. Click on the 5th icon with 4 square boxes called Extensions. on the searchbox, search for live server and install the extension
Name: Live Server Id: ritwickdey.LiveServer Description: Launch a development local Server with live reload feature for static & dynamic pages Version: 5.7.9 Publisher: Ritwick Dey VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
-
After you have installed the live server, at the bottom of your VS code you should see a Go Live, click on it and your project should open on your browser
If you have an error, checkout closed issues on CLOSED ISSUES If your issue is not there, feel free to open a new issue and I will get to it.
You have successfully run this project