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

https://github.com/lbarman/github-punchline

Write a message in github's activity graph
https://github.com/lbarman/github-punchline

github message

Last synced: 4 months ago
JSON representation

Write a message in github's activity graph

Awesome Lists containing this project

README

          

# github-punchline

![Hello world written in the github activity summary](demo.png)

**github-punchline:** A simple proof-of-concept for writing a message in Github's activity summary.

```
[...]
dateTopLeftCorner = dateTopLeftCorner - DD_year
# word to print
letters = [H,E,L,L,O, space, W,O,R,L,D];
#compose the list
grid = [];
[...]
```

interested ? read the blogpost: [https://lbarman.ch/blog/github-activity-map/](https://lbarman.ch/blog/github-activity-map/)