diff --git a/README.md b/README.md index 41baa1d..70dba5a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # WhatsApp Api Nest.js +[![Node.js CI](https://github.com/suissa/zapzapticket-nest/actions/workflows/nest.yml/badge.svg)](https://github.com/suissa/zapzapticket-nest/actions/workflows/nest.yml) + This project aims to be a proof of concept of a mini CRM for WhatsApp. For this, we will use the Evolution API, which is a Facade that exposes functions for interacting with WhatsApp. Therefore, we need to install it first so go to Evolution repository and follow its steps.