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

https://github.com/igr/clapper

Clapper in Haskell
https://github.com/igr/clapper

Last synced: 11 months ago
JSON representation

Clapper in Haskell

Awesome Lists containing this project

README

          

# 👏 Clapper

A tiny API for managing clap counts on articles, written in Haskell.
It uses **Persistent** for database access, **Servant** for API routing, and **Aeson** for JSON serialization.

I tried to separate the concerns as much as possible.