prose / gatekeeper

Enables client-side applications to dance OAuth with GitHub.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[V1] Refactor to use ES2017 features

kriswep opened this issue · comments

Requiring the now latest node LTS version (8.9.0) would enable us to use new ES2017 JavaScript Syntax without transpiling.
Rather nice for working with the GitHub API would be using async/await syntax.

This refactor would give gatekeeper a fresh, modern look.