tonokira
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Tonokira-Ts

npm

It's a wrapper for tononkira.serasera.org (Lyrics database for Malagasy Songs)

📦 Install

npm i tonokira

#or

yarn add tonokira

🚀 Usage

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…)

🥰 Contributing

Contributions, issues and feature requests are welcome!

📝 Note

Inspired by Tonokira (written in Python)

Support

Give a ⭐️ if this project helped you!

Package Sidebar

Install

npm i tonokira

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

22 kB

Total Files

12

Last publish

Collaborators

  • tokyfy