Skip to content

sayuj1/Git-Profile-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git-Profile-Finder

:octocat: Search and view users via the Github API - https://gitprofilefinder.herokuapp.com/

What is this?

A personal project built with Express.js and other tools to search users and view their profiles on Github.

Feel free to open issues for questions/improvements!

Libraries and Tools

  • "ejs": "^2.6.1",
  • "express": "^4.16.4",
  • "parse-link-header": "^1.0.1",
  • "request": "^2.88.0"

Build With

  • Express Js
  • jQuery/Ajax
  • Javascript
  • Bootstrap 4
  • Github API

Running locally

  1. Clone the repository
  2. Install npm
  3. Run the server node app.js
  4. Visit http://localhost:3000/

API limit

The Search API has a custom rate limit. For requests using Basic Authentication, OAuth, or client ID and secret, you can make up to 30 > requests per minute. For unauthenticated requests, the rate limit allows you to make up to 10 requests per minute. See the rate limit documentation for details on determining your current rate limit > status.

Project

Search Page

index

Searched User Result Page

show

View Profile Page

profile

No User Found Page

no-user-found

No Repo Found Page

no-repo-found

404 page

404-page

Author

Sayuj Sehgal