Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunghg255/music-lyrics
Get Lyrics Song
https://github.com/hunghg255/music-lyrics
lyrics npm songs
Last synced: 2 months ago
JSON representation
Get Lyrics Song
- Host: GitHub
- URL: https://github.com/hunghg255/music-lyrics
- Owner: hunghg255
- License: mit
- Created: 2023-06-03T01:38:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-01T11:51:27.000Z (10 months ago)
- Last Synced: 2024-10-31T18:34:01.297Z (3 months ago)
- Topics: lyrics, npm, songs
- Language: TypeScript
- Homepage:
- Size: 89.8 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A tiny JavaScript library find lyrics of a song.## Install
```bash
npm i @hunghg255/music-lyrics@latest
```With `yarn`
```bash
yarn add @hunghg255/music-lyrics@latest
```## Basic use
```js
import { SearchLyrics } from '@hunghg255/music-lyrics';// Node
// const { SearchLyrics } = require('@hunghg255/music-lyrics');const lyrics = await SearchLyrics('good time owl');
```### About
Gia Hung – [hung.hg](https://hung.thedev.id)