Skip to main content
Deno 2 is finally here 🎉️
Learn more

DeepScan grade

genius-lyrics-deno

Deno module for Genius.com API and lyrics scraping.

Usage

import { searchSong } from 'https://deno.land/x/genius_lyrics@v0.1.1-alpha/mod.ts'

const params = {
  q: "<QUERY>",
  access_token: "<YOUR-GENIUS-ACCESS-TOKEN>",
};

const song = await searchSong(params);

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Built With

License

Distributed under the MIT License. See LICENSE for more information.