qlaffont / fortnite-api

Fortnite API, Get Stats, News And Status
https://twitter.com/qlaffont
MIT License
355 stars 86 forks source link

Async Await for Code Beauty #132

Closed mono424 closed 6 years ago

mono424 commented 6 years ago

Is there a reason for not using async await? Would make the code much shorter and easier to read.

qlaffont commented 6 years ago

ES5 of course. I know that some people use the same code for web integration.