Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
boratanrikulu committed Jan 1, 2021
1 parent b29b31b commit 274fa60
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 25 deletions.
30 changes: 13 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
# S-Lyrics

[![Go Report Card](https://goreportcard.com/badge/github.com/boratanrikulu/S-Lyrics)](https://goreportcard.com/report/github.com/boratanrikulu/S-Lyrics)
<p align="center">
<img src="lirik.png" alt="repo-banner" style="height: 120px;">
<p align="center">
<strong><code>Shows lyrics for currently playing song in your Spotify account.</code></strong>
</p>
</p>

Shows lyrics for currently playing song in your spotify account.
#

## Features

- Auto detects the currently playing song in the spotify account
- 3 resources to take lyrics;
- Local storage
> That's what we call it. Basically, it is the main database that is created by us.
- If the lyrics is not exist on the database, then checks lyrictranslate.com and genius.com for taking lyrics.
- Shows lyrics and it's translations.
- Automaticly detects currently playing song in your Spotify account.
- Supports manual searching.
- Genius and Lyricstranslate are used as resources.
- Server side caching is runnig to improve performance. The first queried song is stored in Cache forever. The access speed to songs offered from Cache is very fast!
- Supports translations section.
- Supports adding lyrics and translations by users.
- Simple UI.
- No Ads. Never.

## Technologies

- Go
- Colly
- Mux, net/http
- Bulma

<p align="center">
<img src="example.png" alt="site-example">
</p>
Binary file modified example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lirik.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 6 additions & 8 deletions views/partials/footer_partial.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,16 @@
</p>
<hr>
<p>
The lyrics are taken from Local Storage -that's a database that is created by us- .

<br><br>
If the lyrics is not exist on the our database, <br>
then it's taken either from <a href="https://lyricstranslate.com/">lyricstranslate.com</a> or <a href="https://genius.com/">genius.com</a>.<br>
Huge thanks to them.
The lyrics are taken either from <a href="https://lyricstranslate.com/">lyricstranslate.com</a> or <a href="https://genius.com/">genius.com</a>.<br>
Huge thanks to them.<br><br>
Also, we use server side caching to improve performance.<br>
The first queried song is stored in Cache forever.<br>
The access speed to songs offered from Cache is very fast!
</p>
<hr>
<p>
All lyrics are belongs to the song's creater. <br>
It is not a site that makes money. <br>
This site is not taken any ads, never. <br>
We don't accept any ads. <br>
<br>
If you need to contact me for a reason like license problems, click <a href="https://boratanrikulu.dev/contact">here</a>.
</p>
Expand Down

0 comments on commit 274fa60

Please sign in to comment.