Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 320 Bytes

File metadata and controls

9 lines (8 loc) · 320 Bytes

GitHub Repo Viewer

An app to search GitHub repositories by user name.

Running the Project

  • Clone the repo
  • Open the project in Android Studio >= Hedgehog
  • Obtain a GitHub API key
  • Add the API key to local.properties as GITHUB_API_KEY="your_key" (include the quotes)
  • Run the project using Android Studio