Skip to content

Instantly share code, notes, and snippets.

@catatonicChimp
catatonicChimp / grocyAddMessurements.php
Last active January 23, 2023 18:03
Add messurements to grocy
<?php
$apiaccess =[
"url" => "https://grocy.yourdomain.tld/api",
"key" => ""
];
$quantity_units = [
"Cup US" => [
"name" => "Cup US",
"description" => "",
"name_plural" => "Cups US"