xNinjaKittyx / OtakuQuotes

Website and REST API for Anime/Manga Quotes. (Express NodeJS Version)
GNU General Public License v3.0
2 stars 2 forks source link

Change to Async/Await syntax. #30

Closed xNinjaKittyx closed 7 years ago

xNinjaKittyx commented 7 years ago

Let's use Async/Await syntax instead of promises or callback hells

https://blog.patricktriest.com/what-is-async-await-why-should-you-care/

xNinjaKittyx commented 7 years ago

Most syntax is in async/await now.