Search / Get mp3 url of songs from pagalworld

> It's an unofficial package of pagalworld.

## Installation

```bash
npm install pagalworld
```
Get song page and mp3 url of the song from pagalworld

```js
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.