GitHub Search Demo Webapp
Project Description
A simple demo application showing unauthenticated usage for GitHub's search API. The deployed version is still live, but not always functional as it's limited by the free tier it's hosted on.
Project Details
Data imported from GitHubProject Readme
Readme content imported from GitHubGithub search demo webapp
A simple webapp demonstrating a GitHub user search utility.
Testing
Live instance
This project is currently deployed at https://github-search-demo-webapp-ax-vasquez.vercel.app/ - simply navigate to the address and perform user searches! (But beware of rate limits!)
Locally
- Run
yarn start
- Start testing the user search functionality as you normally would