fangnx / smoretify

Enhances the Spotify experience with real-time song lyrics 🎵and more.

Home Page:https://smoretify.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smoretify

Smoretify is a light-weight web application that enhances your Spotify experience. It integrates Spotify and Genius API to fetch and display song lyrics, YouTube video, and track/artist info of your current Spotify playback.

About the Project

As someone who uses Spotify on a daily basis, I always wanted to have a convenient way to view lyrics of the currently playing song (as opposed to having to search in Google and find a legit link every time).

There was no existing app/service that provided exactly what I wanted. So I decided to build one to make myself happy.

Deployment

https://smoretify.herokuapp.com/

Demo

Installation

npm install

It will install all the required node_modules and build the client.


If you are using npm of a very old version and the build is not triggered, you may need to manually run the script:

npm run postinstall

Usage

To run the app on browser:

npm start

To run the app on desktop as an Electron application:

npm run start-electron

Built With

License

This project is MIT licensed.

About

Enhances the Spotify experience with real-time song lyrics 🎵and more.

https://smoretify.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 79.0%Language:CSS 17.7%Language:HTML 2.5%Language:Dockerfile 0.9%