Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day ago
JSON representation
Github timeline in Common Lisp
- Host: GitHub
- URL: https://github.com/rajasegar/cl-github-timeline
- Owner: rajasegar
- License: mit
- Created: 2021-08-02T07:23:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T11:52:33.000Z (over 3 years ago)
- Last Synced: 2024-10-04T15:53:29.793Z (2 months ago)
- Topics: common-lisp, htmx, hyperscript, lisp, ningle
- Language: HTML
- Homepage: http://cl-github-timeline.herokuapp.com
- Size: 2.94 MB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-htmx - cl-github-timeline - fastapi-github-timeline) using FastAPI. (Examples by Back-end / Common Lisp)
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
```