It's a wrapper for tononkira.serasera.org (Lyrics database for Malagasy Songs)
npm i tonokira
#or
yarn add tonokira
const tonokira = require('tonokira');
(async () => {
const result = await tonokira.search('kristel');
const lyrics = await tonokira.getLyricsByUrl('https://tononkira.serasera.org/hira/kristel/akao');
console.log(result);
console.log(lyrics);
})();
Result :
[
{
title: 'Akao',
artist: 'Kristel',
lyricsLink: 'https://tononkira.serasera.org/hira/kristel/akao'
},
{
title: 'Irony',
artist: 'Kristel',
lyricsLink: 'https://tononkira.serasera.org/hira/kristel/irony-2'
}
]
Toa variana ianao
Toa mialalao
Izaho mitady anao
Lasalasa ny sainao
Mieritreritra aho
Mitady izay ho atao
Toa manirery
Tsy misy mpijery
ToaTsiky dia ampy manam-pery
Izaho tsy hamela anao ho very
Na dia very jery
Na dia irery
Ho avy aho
Hanambitamby anao
Ho avy aho (akao… akao…)
Ho avy any aminao (akao… akao…)
Contributions, issues and feature requests are welcome!
Inspired by Tonokira (written in Python)
Give a ⭐️ if this project helped you!