https://github.com/iamraphson/github-searcher
Github-searcher Open Source Application Built With The Mean Stack
https://github.com/iamraphson/github-searcher
Last synced: over 1 year ago
JSON representation
Github-searcher Open Source Application Built With The Mean Stack
- Host: GitHub
- URL: https://github.com/iamraphson/github-searcher
- Owner: iamraphson
- License: mit
- Created: 2016-07-26T19:11:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T05:59:49.000Z (over 9 years ago)
- Last Synced: 2025-03-16T17:39:25.068Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github-searcher.herokuapp.com
- Size: 61.5 KB
- Stars: 6
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-searcher [](http://travis-ci.org/iamraphson/github-searcher)
This application was bulit in MEAN(mongoDB ExpressJS AngularJS NodeJS).You would log in with Github API and search for repos.For a given repo show the contributors but also show where each contributor is from and their email address, if available
### Getting started
```
$ git clone https://github.com/iamraphson/github-searcher.git github-searcher/
$ cd github-searcher
$ npm install
$ npm install -g nodemon
$ nodemon server
```
## Security Vulnerabilities
If you discover a security vulnerability within Github Searcher, please send an e-mail to Ayeni Olusegun at nsegun5@gmail.com. All security vulnerabilities will be promptly addressed.
### License
Github Searcher is open-sourced software licensed under the [MIT license](https://github.com/iamraphson/github-searcher/blob/master/LICENSE)