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

https://github.com/z3t0/sprint-stars

Display the stars of a GitHub User
https://github.com/z3t0/sprint-stars

api common-lisp github side-project

Last synced: 3 months ago
JSON representation

Display the stars of a GitHub User

Awesome Lists containing this project

README

        

# Stars
Uses Drakma to make requests to GitHub's API and determines the total stars for a user.

## Installation
NOTE: I am still waiting for this project to be added to quicklisp

``` common-lisp
(ql:quickload :stars)
```