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

https://github.com/astynax/cl-pokedex

A showcase webapp that I made to play with the Common Lisp ecosystem
https://github.com/astynax/cl-pokedex

common-lisp pokemon-api webapp

Last synced: 2 months ago
JSON representation

A showcase webapp that I made to play with the Common Lisp ecosystem

Awesome Lists containing this project

README

        

# CL-Pokedex

A simple showcase WebApp that I have made in the process of learning the Common Lisp ecosystem.

The app is simple: one can browse a long list of [Pokemon](https://en.wikipedia.org/wiki/Pokemon) and get some info about any of them.

![the Weedle pokemon](https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/shiny/13.png)

## Used CL packages

| package | purpose |
|:----------------------------------------------------:|:----------------:|
| [hunchentoot](https://edicl.github.io/hunchentoot) | HTTP server |
| [spinneret](https://github.com/ruricolist/spinneret) | HTML generation |
| [cl-dbi](https://github.com/fukamachi/cl-dbi) | Database |
| [dexador](https://github.com/fukamachi/dexador) | HTTP client |
| [quri](https://github.com/fukamachi/quri) | URI manipulation |
| [jsown](https://github.com/madnificent/jsown) | JSON |

## PokeAPI

This app uses the [PokeAPI](https://pokeapi.co/)!

## block.css

My CSS/HTML skills are pretty basic. That's why I styled this app with awesome [blocks.css](https://thesephist.github.io/blocks.css/).