Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 424 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 424 Bytes

Gitverse

A showcase demonstration - shows the most popular GitHub Repositories (ranked by stars).

How to run

  1. Install dependencies
  2. npm run start

Without authentification the GitHub API rate limit is something between 10 and 30 requests per minute. You can increase the limit by creating a .env file with your GitHub access token:

REACT_APP_TOKEN=<YOUR_TOKEN>