PeuTit / rank

A cli to rank github users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programming Language Roulette -> TypeScript

Project name: Rank

I've been task to build something using Typescript. My goal is to produce a small cli whose purpose is to rank GitHub user. I've choose to go with Deno (/ˈdiːnoʊ/, pronounced dee-no). It's a JavaScript, TypeScript, and WebAssembly runtime based on Rust.

Setup

To install Deno:

brew install deno

Usage

To run the program:

deno task dev username1 username2 -> Fetch the users data from github api, and rank them

About

A cli to rank github users


Languages

Language:TypeScript 100.0%