prose / gatekeeper

Enables client-side applications to dance OAuth with GitHub.
MIT License
761 stars 183 forks source link

[V1] Refactor to use ES2017 features #41

Open kriswep opened 7 years ago

kriswep commented 7 years ago

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.