https://github.com/dentednerd/github-stalker
A command line utility to look up a Github account's repo count, follower account and five biggest repos. Created from the Java Brains tutorial TypeScript Basics.
https://github.com/dentednerd/github-stalker
beginner typescript
Last synced: 3 months ago
JSON representation
A command line utility to look up a Github account's repo count, follower account and five biggest repos. Created from the Java Brains tutorial TypeScript Basics.
- Host: GitHub
- URL: https://github.com/dentednerd/github-stalker
- Owner: dentednerd
- Created: 2018-07-30T15:49:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T08:05:37.000Z (almost 8 years ago)
- Last Synced: 2025-08-25T17:45:18.622Z (10 months ago)
- Topics: beginner, typescript
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Stalker
A project created from the [Java Brains](https://www.youtube.com/channel/UCYt1sfh5464XaDBH0oH_o7Q) tutorial [TypeScript Basics](https://javabrains.i0/course/typescript_basics).
Look up a Github account's repo count, follower count, and five biggest repos.
(The tutorial project looks up a user's five most forked repos, but because I are n00b and don't have any forked repos, I went with largest codebases instead.)
## Installation
```bash
// Clone this repo:
git clone git@github.com:dentednerd/github-stalker.git
cd github-stalker
// Install dependencies:
npm install
```
## Usage
```bash
npm start your-github-username
```