mubaris / curiosity

Find Amazing Github :octocat: Projects :zap:
https://mubaris.github.io/curiosity/
244 stars 65 forks source link

Fix memory issue and compliance with GitHub API #85

Closed hirenchauhan2 closed 8 months ago

hirenchauhan2 commented 4 years ago

The emoji.js lib included in the code was having some issue and it crashed my browser every time(There was a bug in code in for loops).

GitHub API needs token in Authorization header instead of plain query parameter.

Added prettier for code formatting.

hirenchauhan2 commented 4 years ago

should close #83