0.1.5 • Published 7 years ago

azlyricsman v0.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

azlyricsman Build Status Dependency Status

npm package

This uses azlyrics and gets the song of your choice and returns a promise with song lyrics, title, and song

Usage:

const lyrics = require('azlyricsman');

const get = lyrics.get('Meme Machine').then((song) => {
   console.log(`Lyrics for ${song.song} by ${song.artist}:\n${song.lyrics}`);
});
0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago