vinnymac / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon
283 stars 48 forks source link

Use ES7 async/await instead of promises for pogobuf requests #128

Closed vinnymac closed 8 years ago

vinnymac commented 8 years ago

I have no reason to think this wouldn't work, and it would make the code a lot easier to follow. Although it might be a learning curve for new developers, it would be nice to use async/await more.