mirror of
https://github.com/CodingIsOurPassion/CodingIsOurPassion.git
synced 2024-12-27 16:18:42 -06:00
LakeWatch | ||
LakeWatchAPI | ||
LakeWatchScraper | ||
Meetings | ||
ARCHITECTURE.md | ||
README.md |
CodingIsOurPassion Group
This is the mono repository for our group at University of Texas at San Antonio in the Applications Programming course (CS-3443).
Our group consists of the following members:
We chose to build an application named LakeWatch
for our project. The intent is for it to present data about Canyon
Lake in an Android application applying principles learned in our
Application Programming course.
Organization of this Repository
LakeWatchAPI
contains the backend service behind our Android applicationLakeWatch
contains the main Android application for our projectLakeWatchScraper
contains the scraper service that goes out to various sites and actually pulls the data we need for the API.Meetings
contains our meeting notes
For more details please see the individual README
of each project as applicable.