gabek / node-internet-radio

Node.js module to get Now Playing information from an internet radio stream.
MIT License
49 stars 19 forks source link

Refactor out async library and use ES6 async/await #9

Closed gabek closed 5 years ago

gabek commented 5 years ago

No need for the async library anymore when we can do it natively and nicer with ES6 goodness.

Admittedly I'm kind of in the middle of some other projects right now, so I probably don't have the bandwidth to rip this apart, but I'd like to in the future. Unless somebody else wants to do it :D

gabek commented 5 years ago

Closed after @dbbring's changes merged in with https://github.com/gabek/node-internet-radio/pull/11.