freearhey / iptv-playlist-parser

A basic IPTV playlist parser
MIT License
128 stars 33 forks source link

React native #18

Closed Brunowilliang closed 2 years ago

Brunowilliang commented 2 years ago

I'm using expo to convert m3u to json and I'm not getting it because it doesn't have this "fs"

freearhey commented 2 years ago

The utility does not need fs to work. You just need to feed it with the playlist itself as a string.

I have already updated the example to make it clearer.