Code Monkey home page Code Monkey logo

khaouitiabdelhakim / ailyrics-js Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 764 KB

ai-lyrics is a JavaScript library that allows you to easily fetch song lyrics from various sources on the web. It utilizes Puppeteer, a headless browser automation tool, to scrape lyrics from search results and provides methods to retrieve lyrics by song title or by both song title and artist.

Home Page: https://khaouitiapps.web.app/

JavaScript 100.00%
javascript library lyrics lyrics-fetcher lyrics-finder lyrics-generator lyrics-plugin lyrics-scraping lyrics-search npm

ailyrics-js's Introduction

AI-Lyrics

alt text

If you find this repository useful or it has helped you,
please don't forget to leave a โญ๏ธ, or even follow my GitHub account.
Your support motivates me to continue providing helpful resources.
Thank you for your appreciation! ๐ŸŒŸ๐Ÿš€๐Ÿ’–๐Ÿ˜Š๐Ÿ‘

If you'd like to support further, consider buying me a coffee:

Buy Me A Coffee

Description

ai-lyrics is a JavaScript library that allows you to easily fetch song lyrics from various sources on the web. It utilizes Puppeteer, a headless browser automation tool, to scrape lyrics from search results and provides methods to retrieve lyrics by song title or by both song title and artist.

Installation

You can install ai-lyrics via npm:

npm install ai-lyrics

Usage

const LyricsAI = require('ai-lyrics');

(async function() {
    try {
        const songTitle = "Lily";
        const artist = "Alan Wlaker";
        //find with Title and Artist
        const lyricsByTitleAndArtist = await LyricsAI.findLyricsBySongTitleAndArtist(songTitle, artist);

        //find with just Title
        const lyricsByTitle = await LyricsAI.findLyricsBySongTitle(songTitle);
        console.log(`Find with Title and Artist ${lyricsByTitleAndArtist}`, `Find with Title ${lyricsByTitle}`);
    } catch (error) {
        console.error("Error:", error);
    }
})();

Running this example will log the lyrics of the song "Lily" by Alan Walker.

Lily was a little girl
Afraid of the big, wide world
She grew up within her castle walls
Now and then, she tried to run
...
Just let me in, ooh

Notes

  • Make sure you have Node.js installed on your system.
  • Please be aware of web scraping regulations and respect the terms of service of the websites from which you are scraping lyrics.

Author

This library is authored by KHAOUITI ABDELHAKIM.

For more information, visit the GitHub repository.

Contribution

Fork this repository if you wish to make changes or contribute improvements.

License

Copyright 2024 KHAOUITI ABDELHAKIM

Licensed under the MIT License
You may obtain a copy of the License at

http://opensource.org/licenses/MIT

Unless required by applicable law or agreed to in writing, software
distributed under the MIT License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the MIT License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.