Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rajasegar/cl-github-timeline

Github timeline in Common Lisp
https://github.com/rajasegar/cl-github-timeline

common-lisp htmx hyperscript lisp ningle

Last synced: about 2 months ago
JSON representation

Github timeline in Common Lisp

Awesome Lists containing this project

README

        

# cl-github-timeline
A Github timeline created in Common Lisp using [ningle](https://github.com/fukamachi/ningle)

![cl-github-timeline.gif](cl-github-timeline.gif)

## Usage

You need [roswell](https://github.com/snmsts/roswell) to install [clack](https://github.com/fukamachi/clack)
```
ros install clack
```

And then using clackup

```
clackup app.lisp
```

Go to `http://localhost:5000` in your browser to see the app in action.

## Install
```
git clone https://github.com/rajasegar/cl-github-timeline
cd cl-github-timeline
clackup app.lisp
```