Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Contributors List in about page #129

Merged
merged 4 commits into from Oct 2, 2019
Merged

Add Contributors List in about page #129

merged 4 commits into from Oct 2, 2019

Conversation

SARAN-thala
Copy link
Contributor

Right now the contributors list stored in JSON file. we can’t get directly from github api they rate limit of 60req/hour.

This is will solve issue #128

@NitinNair89
Copy link
Collaborator

Right now the contributors list stored in JSON file. we can’t get directly from github api they rate limit of 60req/hour.

This is will solve issue #128

We don't need GitHub API. You can use native JavaScript to read the JSON file and present the data from it.

@maniac-tech
Copy link
Contributor

As @NitinNair89 mentioned, I have already created a JSON file and I'm reading it from JS and printing the data.

Maybe @SARAN-thala can build on top of that?

@SARAN-thala
Copy link
Contributor Author

Yeah, I read data from the local JSON file only

@SARAN-thala
Copy link
Contributor Author

This is how it looks
Screenshot 2019-10-02 at 6 20 56 PM

@SARAN-thala
Copy link
Contributor Author

It closed #97 aswell

Copy link
Collaborator

@NitinNair89 NitinNair89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go. Thanks! 🙂

@NitinNair89 NitinNair89 merged commit 2605179 into Evie-Skinner18:master Oct 2, 2019
@SARAN-thala SARAN-thala deleted the contributors-list branch October 2, 2019 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants