TGitHub Search is an application that uses GitHub API to searh for users profiles. Users enter their users name on the search box and click the enter button.
https://gabrieloduori.github.io/github-search
Gabriel ODUORI
- Install Node
- Install Angular
npm install -g @angular/cli
$ git clone the repository
$ cd into the repository
$ npm install
$ npm start
Type in the username in the search box and click search. For example to get to my own page, searcg using string "gabrieloduori".
GitHub Search is Copyright 2019 Gabriel ODUORI.
GitHub Search is a free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. GitHub Search is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with GitHub Search. If not, see http://www.gnu.org/licenses.