From 50d3787a6fc724b1d0aadf0fad88b128cbdfe8ed Mon Sep 17 00:00:00 2001 From: c0de Date: Thu, 1 Jun 2017 01:11:24 -0500 Subject: [PATCH] Update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eedd89b..8b28925 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -api +GAMA API +======== + +This is the core of the GAMA API. +It is a django project that defines the core db components and routing. +Different hooks for the API will be written and integrated as seperate "Apps", + +Currently Planned: +GPS_API - A service that will provide GPS support for devices such as asset trackers +LOB_API - An update to the lob.li service, moving away from the aging PHP5 code for the API (chrome extension and site itself. Site will be a seperate django project not related to the API) \ No newline at end of file