From ebab508ee19bd967b4fb3a732675b48553a5b71c Mon Sep 17 00:00:00 2001 From: diegot1998 <34876119+diegot1998@users.noreply.github.com> Date: Wed, 9 Nov 2022 19:02:58 -0500 Subject: [PATCH] chore(ideas); add GPS api system (#129) Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com> --- data/ideas.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/ideas.json b/data/ideas.json index ef1ce0b..26a0ebc 100644 --- a/data/ideas.json +++ b/data/ideas.json @@ -256,5 +256,11 @@ "description": "Script for creating backups", "level": "intermediate", "tags": "copia-backups" + }, + { + "title": "Api GPS System ", + "description": "a web to consume waze api to improve another apps", + "level": "intermediate", + "tags": "Api-GPS" } ]