Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/heronsousa/spotify-lyrics
- Owner: heronsousa
- Created: 2020-01-25T03:33:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T05:31:49.000Z (about 2 years ago)
- Last Synced: 2024-10-19T02:29:43.251Z (4 months ago)
- Topics: expo, lyrics, mobile, spotify-api, vagalume
- Language: JavaScript
- Homepage:
- Size: 19.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
## 📌 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
```