pagalworld
v1.0.3
Published
Unofficial pagalworld API
Downloads
14
Maintainers
Readme
Search / Get mp3 url of songs from pagalworld
It's an unofficial package of pagalworld.
Installation
npm install pagalworldGet 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.
