Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adaiasmagdiel/spotify-card-lyric
A simple web application that allows you to create beautifully formatted lyric cards in the style of Spotify. Simply input the album cover URL, song name, artist name, and snippets of the song's lyrics.
https://github.com/adaiasmagdiel/spotify-card-lyric
art canvas javascript
Last synced: 10 days ago
JSON representation
A simple web application that allows you to create beautifully formatted lyric cards in the style of Spotify. Simply input the album cover URL, song name, artist name, and snippets of the song's lyrics.
- Host: GitHub
- URL: https://github.com/adaiasmagdiel/spotify-card-lyric
- Owner: AdaiasMagdiel
- License: mit
- Created: 2024-01-06T22:56:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-09T15:28:08.000Z (about 1 year ago)
- Last Synced: 2024-11-10T00:34:04.315Z (2 months ago)
- Topics: art, canvas, javascript
- Language: JavaScript
- Homepage: https://adaiasmagdiel.github.io/spotify-card-lyric/
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify Card Lyric Generator
[![License](https://img.shields.io/github/license/adaiasmagdiel/spotify-card-lyric)](https://opensource.org/licenses/MIT)
[![GitHub Pages](https://img.shields.io/badge/GitHub-Pages-brightgreen)](https://adaiasmagdiel.github.io/spotify-card-lyric)Welcome to the Spotify Card Lyric Generator! This web application allows you to create beautifully formatted lyric cards in the style of Spotify. Simply input the album cover URL, song name, artist name, and snippets of the song's lyrics. The app will automatically generate an aesthetically pleasing image on a canvas.
## Features
- **Easy to Use:** User-friendly interface for effortless lyric card creation.
- **Customization:** Input album cover URL, song name, artist name, and lyrics to personalize your card.
- **Visual Appeal:** Generates a stylish card similar to Spotify's lyric cards.## Future Features
- [ ] **Search Album Cover:** Possibility to search and select the album cover from an external source.
- [ ] **Lyric API Integration:** Interact with a lyrics API to fetch and display the complete lyrics.
- [ ] **Enhance customization:** Incorporate your preferred background color.## Demo
Check out the [live demo](https://adaiasmagdiel.github.io/spotify-card-lyric) hosted on GitHub Pages.
## How to Use
1. Open the [Spotify Card Lyric Generator](https://adaiasmagdiel.github.io/spotify-card-lyric) in your web browser.
2. Fill in the required fields:
- Album Cover URL
- Song Name
- Artist Name
- Lyrics (add snippets for the best results)
3. View and download your beautifully crafted lyric card.## Development
If you want to contribute or modify the project, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/adaiasmagdiel/spotify-card-lyric.git
```2. Navigate to the project directory:
```bash
cd spotify-card-lyric
```3. Make your changes and test locally.
4. Commit your changes and push to your fork:
```bash
git add .
git commit -m "Your meaningful commit message"
git push
```5. Create a pull request on the [main repository](https://github.com/adaiasmagdiel/spotify-card-lyric).
## License
This project is licensed under the [MIT License](LICENSE).
Feel free to explore and use the Spotify Card Lyric Generator. If you encounter any issues or have suggestions for improvement, please open an [issue](https://github.com/adaiasmagdiel/spotify-card-lyric/issues). Happy generating!