1.0.3 • Published 2 years ago

pagalworld v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Search / Get mp3 url of songs from pagalworld

It's an unofficial package of pagalworld.

Installation

npm install pagalworld

Get song page and mp3 url of the song from pagalworld

import { search, getURL } from 'pagalworld';

let songPage = await search('Love me like you do');
cosno.log(songPage);

let songURL = await getURL('Love me like you do');
cosno.log(songURL);

Contribution

Feel free to contribute to this project.