Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joanfabregat committed Dec 11, 2024
1 parent 512ff51 commit cc706f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# watermarker

[![Code Inc.](https://img.shields.io/badge/Code%20Inc.-Document%20Cloud-blue)](https://www.codeinc.co)
[![Docker Image CI](https://github.com/codeinchq/watermarker/actions/workflows/docker-image.yml/badge.svg)](https://github.com/codeinchq/watermarker/actions/workflows/docker-image.yml)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/codeinchq/watermarker?label=Version&color=red)](https://github.com/codeinchq/watermarker/releases/latest)

This repository contains a simple containerized REST API to apply a watermark to an image. The server is written in Javascript and uses the [Jimp](https://www.npmjs.com/package/jimp) library to process the images.

Expand Down Expand Up @@ -59,8 +61,7 @@ A health check is available at the `/health` endpoint. The server returns a stat

## Client

A PHP 8 client is available at on [GitHub](https://github.com/codeinchq/watermarker-php-client)
and [Packagist](https://packagist.org/packages/codeinc/watermarker-client).
A PHP 8 client is available at on [GitHub](https://github.com/codeinchq/document-cloud-php-client) and [Packagist](https://packagist.org/packages/codeinc/document-cloud-client).

## License

Expand Down

0 comments on commit cc706f0

Please sign in to comment.