Create an app that will enable small drone operators to know more about specific weather parameters, local terrain and no fly zones within a five-mile radius of their GPS location.
Why backend?
Our phones don't have a lot of resources for calculating nearest restricted areas, so that's why we choused backend as main part of application.
How it's works?
Application sends request with user's geodata on server and server responds with JSON data(includes permission to flight and basic data like a restricted areas, they will draw on the Google Map in limited range(this value will setup in application), and weather)
Permission to flight based on:
https://github.com/bronydell/DroneCrusher.git - Android client writed special for Space Apps(!)
https://www.wunderground.com/ - Weather API
https://github.com/mapbox/geojson-area - Restricted areas database