Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-anton/esustain
Android application that provides users with reliable environment data in their regions(District) using APIs provide by data.gov.in. Environmental data provided by the application are - AQI and composition of air of the user surrounding, Forest and Tree cover in user's district/state, Ground Water Level in user's district.
https://github.com/the-anton/esustain
android firebase kotlin nodejs restful-api
Last synced: 11 days ago
JSON representation
Android application that provides users with reliable environment data in their regions(District) using APIs provide by data.gov.in. Environmental data provided by the application are - AQI and composition of air of the user surrounding, Forest and Tree cover in user's district/state, Ground Water Level in user's district.
- Host: GitHub
- URL: https://github.com/the-anton/esustain
- Owner: The-Anton
- Created: 2021-03-12T21:30:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T08:32:06.000Z (almost 3 years ago)
- Last Synced: 2023-05-31T19:28:28.728Z (over 1 year ago)
- Topics: android, firebase, kotlin, nodejs, restful-api
- Language: Kotlin
- Homepage: https://forest-59f3b.web.app/
- Size: 55.5 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eSustain🌳
## 🏬 [E-Sustain(Play Store)](https://play.google.com/store/apps/details?id=com.solvabit.climate)
### 👨💻 [APK-v1.0.5](https://drive.google.com/file/d/1Oaez71_q2Gw7kAWW7VLm0AviuIqHHKo6/view?usp=sharing)
### Note:-
#### ⚠️Currently only available for Indian Users 🤕###### 🧪 If you are testing this application from outside India you will be provided with the option to use an Indian location for simulating the application.
[![E-Sustain](https://user-images.githubusercontent.com/51144829/114654369-a98f3a00-9d07-11eb-9906-8377b7446fb7.png)](https://www.youtube.com/watch?v=m3yw8S2BLtc)
Version - 1
Introduction
------------Our application focuses on solving the problem of climate change by utilizing the real-world data that is currently available. The Application searches data like air-quality, forest density and ground water level in the user area and uses all the data to calculate a normalized score for each user and recommend them tasks based on their normalized score. Users can also maintain, track, share, and collaborate with other users.
The application fetches the address of the user through reverse geocoding API from the location coordinates obtained from the app. Using the location we fetch the following data -
1. [Air quality data of user location through whether it API](https://www.weatherbit.io/api/airquality-current)
2. [Forest cover and trees cover data of user's district from Data.gov.in using API](https://data.gov.in/resources/stateut-wise-tree-cover-estimates-india-state-forest-report-isfr-during-2015from-ministry/api#/Resource/get_resource_4b573150_4b0e_4a38_9f4b_ae643de88f09)
3. [Users district groundwater level data from Data.gov.in using API](https://data.gov.in/resources/district-wise-dynamic-ground-water-resources-july-2017-0)
Pre-requisites
--------------To modify or edit the source code we suggest some pre-requisites
1. Android Studio
2. Android Device or Emulator installed along with Android Studio
3. Minimum supported Android SDK⭐ Your can always install the app with the latest release apk if you are unable to build the application localy 👨💻 [APK-v1.0.5](https://drive.google.com/file/d/1Oaez71_q2Gw7kAWW7VLm0AviuIqHHKo6/view?usp=sharing)
Android Studio Version
----------------------During development of this application, it built using Android Studio 4.0
[Android Studio download page](https://developer.android.com/studio) for details.Support Version
----------------------Minimun SDK Support Version - 21
Target SDK Support Version - 30
## Getting the sample code
Get the latest sample code from GitHub using Git or download the repository as a ZIP file.
([Download](https://github.com/The-Anton/eSustain/archive/refs/heads/main.zip))git clone https://github.com/The-Anton/eSustain.git
Getting Started
---------------1. [Install Android Studio](https://developer.android.com/studio/install.html),
2. [Download the project](https://github.com/The-Anton/eSustain/archive/refs/heads/main.zip)
3. Open the project into Android Studio.
4. Build the project and run the sample. You may need to update gradle and library versions.
Follow the guidance provided by Android Studio.
5. If you build the project and finds an error regarding Cuberto/liquid-swipe-android, then consider this [Cuberto/liquid-swipe-android](https://github.com/Cuberto/liquid-swipe-android) github repo to add your credentials into the project
6. If you still not able to build the project try installing the [APK](https://drive.google.com/file/d/1Oaez71_q2Gw7kAWW7VLm0AviuIqHHKo6/view?usp=sharing) of the applicaiton