Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heronsousa/spotify-lyrics

Getting lyrics for the song currently playing on Spotify
https://github.com/heronsousa/spotify-lyrics

expo lyrics mobile spotify-api vagalume

Last synced: 18 days ago
JSON representation

Getting lyrics for the song currently playing on Spotify

Awesome Lists containing this project

README

        


Logo Spotify Lyrics



Spotify API


Vagalume API

## 📌 Demo

![SpotLyricsGif](assets/spotify-lyrics.gif)

You can try it using [Expo Snack](https://expo.io/@heron/spotify-lyrics).

## 📱 Project

Spotify Lyrics is an android app that fetches the lyrics of the currently playing Spotify song. Application developed for the purpose of studying and practice some concepts, any advice or suggestions will be much appreciated and welcomed.

## 👨‍💻 Technologies

This project was developed with the following technologies:

- [Expo](https://expo.io/)
- [React Native](https://reactnative.dev/)
- [Redux](https://redux.js.org/)
- [Redux-Saga](https://redux-saga.js.org/)
- [Axios](https://github.com/axios/axios)
- [React Navigation](https://reactnavigation.org/)
- [Styled Components](https://styled-components.com/)

## 🚀 How to use

```bash
# Clone this repository
$ git clone https://github.com/heronsousa/spotify-lyrics.git

# Go into the repository
$ cd spotify-lyrics

# Install dependencies
$ yarn install

# Run the app
$ expo start
```