1
0
mirror of https://github.com/taigrr/skyline synced 2025-01-18 04:33:13 -08:00

Update README.md

This commit is contained in:
Jason Long 2020-12-03 10:30:55 -05:00 committed by GitHub
parent 4361a2da76
commit 413ab07222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,11 @@
# 3d-contributions Given a Github username and a year, renders a 3D model of their contribution chart. The data is fetched via a server less function ([repo](https://github.com/jasonlong/json-contributions)).
```
?username=<username>&year=<year>
```
Example: https://3d-contributions.vercel.app/?username=jasonlong&year=2018
#### Development
I've been using `vercel` for local dev. To load up a local server: `vercel dev`.