An open API service indexing awesome lists of open source software.

https://github.com/masterbrian99/repo-eyev2

Get information about repository without cloning it.
https://github.com/masterbrian99/repo-eyev2

api github github-api heroku repository

Last synced: 12 months ago
JSON representation

Get information about repository without cloning it.

Awesome Lists containing this project

README

          

# REPO-EYE 2
---
![Heroku](https://heroku-badge.herokuapp.com/?app=repo-eyev2)

REPO-EYE is a simple Node app to get information about repositories.The website uses [bootstrap](https://github.com/twbs) for the front-end [Node.js](https://github.com/nodejs/node) for the back-end.All the information are retrieved using the [Github APIv3](https://developer.github.com/v3/)

### Version 1. here -[REPO-EYEv1](https://github.com/MasterBrian99/REPO-EYE)

### Special Thanks

[sameera-madushan](https://github.com/sameera-madushan) .his [RepoPeek](https://github.com/sameera-madushan/RepoPeek) repository gave me this idea.

## Run locally

### Install
```sh
$ npm install
```
### Run
```sh
$ npm start
```

## Screenshot
![img](https://i.imgur.com/IwvNUIr.png)

## Contributions
If you want to contribute to this project, just `fork` this repository to your profile, make your changes and send a Pull Request. Your PR shall be reviewed and merged as soon as possible.