Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Display the stars of a GitHub User
- Host: GitHub
- URL: https://github.com/z3t0/sprint-stars
- Owner: z3t0
- License: other
- Created: 2018-04-28T09:59:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T00:20:52.000Z (almost 7 years ago)
- Last Synced: 2024-11-03T21:42:24.443Z (3 months ago)
- Topics: api, common-lisp, github, side-project
- Language: Common Lisp
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```