diff --git a/docs/README.md b/docs/README.md index 06f0823..829e952 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,9 @@ -# mongodb +# MongoDB example +[![Continuous Integration](https://github.com/SergioGasquez/mongodb-example/actions/workflows/CI.yml/badge.svg)](https://github.com/SergioGasquez/mongodb-example/actions/workflows/CI.yml) + +Simple example built for [esp-rust-board](https://github.com/esp-rs/esp-rust-board) that sends temperature and humidity to MongoDB, using POST method. + +![MongoDB Collection](assets/collection.png) ## Dev Containers This repository offers Dev Containers supports for: diff --git a/docs/assets/collection.png b/docs/assets/collection.png new file mode 100644 index 0000000..fab49d6 Binary files /dev/null and b/docs/assets/collection.png differ