v0.2.0-alpha
Deno module for Genius.com API and lyrics scraping.
Repository
Current version released
5 years ago
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
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Built With
License
Distributed under the MIT License. See LICENSE for more information.