Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajasegar/cl-beers
Brewing Beers in Common Lisp and htmx
https://github.com/rajasegar/cl-beers
common-lisp htmx hyperscript lisp ningle
Last synced: 5 days ago
JSON representation
Brewing Beers in Common Lisp and htmx
- Host: GitHub
- URL: https://github.com/rajasegar/cl-beers
- Owner: rajasegar
- License: mit
- Created: 2021-08-03T08:05:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T06:47:23.000Z (over 2 years ago)
- Last Synced: 2024-12-11T03:40:09.463Z (2 months ago)
- Topics: common-lisp, htmx, hyperscript, lisp, ningle
- Language: HTML
- Homepage:
- Size: 3.52 MB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cl-beers
A small demo app made in Common Lisp to get a list of Beers and their details like
food pairings from [Punk API](https://punkapi.com) which is based on [BrewDog](https://brewdog.com)'s DIY Dog API.![cl-beers.gif](cl-beers.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-beers
cd cl-beers
clackup app.lisp
```