AlexKopen / GitHub-Stars

Server and client to determine how many stars any given list of GitHub repositories has received

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Stars

A program to determine how many stars any given list of GitHub repositories has received. This repository contains both a client and server, each written in go.

Running

Both /client and /server directories contain build and runtime instructions. The client is a command line application and the server runs an API at localhost:8080.

About

Server and client to determine how many stars any given list of GitHub repositories has received


Languages

Language:Go 97.4%Language:Dockerfile 2.6%