An open API service indexing awesome lists of open source software.

https://github.com/faisalsayed10/gh-searcher

Search Github users easily and get a detailed visual data about them!
https://github.com/faisalsayed10/gh-searcher

Last synced: 10 months ago
JSON representation

Search Github users easily and get a detailed visual data about them!

Awesome Lists containing this project

README

          

## GH Searcher

### Styled Components

- [Styled-Components - Main Docs](https://styled-components.com/)

### React Icons

- [React Icons - Main Docs](https://react-icons.github.io/react-icons/)
### React Router Dom
- [react-router-dom - Main Docs](https://reactrouter.com/web/guides/quick-start)

### Github API

- [Root Endpoint](https://api.github.com)
- [Get User](https://api.github.com/users/${userName})
- [Repos](https://api.github.com/users/${userName}/repos?per_page=100)
- [Followers](https://api.github.com/users/${userName}/followers)
- [Rate Limit](https://api.github.com/rate_limit)

For unauthenticated requests, the rate limit allows for up to 60 requests per hour. Unauthenticated requests are associated with the originating IP address, and not the user making requests.

### Fusion Charts

- [Fusion Charts - Main Docs](https://www.fusioncharts.com/)
- [First React Chart](https://www.fusioncharts.com/dev/getting-started/react/your-first-chart-using-react)
- [List Of Charts](https://www.fusioncharts.com/dev/chart-guide/list-of-charts)
- [Themes](https://www.fusioncharts.com/dev/themes/introduction-to-themes)

### Auth0

- [Auth0 - Main Docs](https://auth0.com/)
- [React SDK Docs](https://auth0.com/docs/libraries/auth0-react)
- [REACT SDK API Docs](https://auth0.github.io/auth0-react/)

:)