Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```