Skip to content

A web application made in vanilla JS where you can search 🔍 for music 🎶 , listen to a preview of it and also find its lyrics 📜.

Notifications You must be signed in to change notification settings

khusharth/musology

Repository files navigation

Musology

music lyrics listen Netlify Status

A web application where you can search for music, listen to a preview of it and also find its lyrics. You can also like songs which will be saved in your browser.

DEMO

musology

Technology Stack

html5 css3 js sass webpack

  • Frontend: HTML, CSS, Javascript
  • Pre-processor: Sass
  • Bundler: Webpack

API used

Prerequisites

  • node >= 12.16.2
  • npm >= 6.14.4

Installation

  1. Clone / Download this repo.

  2. Inside the project open a terminal and run:

    npm install
    

    This will install all the project dependencies.

  3. Create a .env file in the project root folder and add the following:

    API_KEY = yourApiKey
    

    Replace yourApiKey with your own Deezer X-RapidAPI-Key .

    Get your Deezer X-RapidAPI-Key from here.

  4. To start the development server run:

    npm start
    

Author

Twitter

LinkedIn

About

A web application made in vanilla JS where you can search 🔍 for music 🎶 , listen to a preview of it and also find its lyrics 📜.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages