The api to let your public servants and community know where there is cleaning to be done.
Some public places are used as garbage storage and authorities wait too long to clean them
Web/mobile application that help public servants and community to pinpoint trash places and direct authorities to these
- Save locations
- Upload pictures and link them to locations
- Send tweets to authorities
- Build trashradar-api
- Create a simple web front-end application that help us to test and develop the API
- Build mobile application as API client for trashradar-api
Development on TrashRadar API should be done locally.
We use PEP8 with 119 as max line length.
pep8 --max-line-length=119
For workflow we use forks, feature branches, and pull requests from forks.
- Fork the team repository
- Clone [your fork](https://github.com/{{your github username}}/trashradar-api)
- Select or create an issue in the Issue Queue
- Create a branch for the issue prepended with the issue number and a short description using _ in place of spaces.
- Commit changes to the branch.
- Push branch to your fork.
- When ready for review, submit pull request, begin the pull request with the issue number.