piotrl / github-profile-card

Simple and easy to use widget with your GitHub profile — No dependencies
https://piotrl.github.io/github-profile-card
MIT License
96 stars 10 forks source link

Introduce TypeScript & ES6 #3

Closed piotrl closed 8 years ago

piotrl commented 8 years ago

I don't plan completely rewrite nor introducing ES6 classes (which sucks).

But introducing types will help reading codebase (which is not big though, but still)

ES6 will help to get rid of promise-like utils that I'm using right now.

Cons: