An open API service indexing awesome lists of open source software.

https://github.com/efguydan/blood-donor-blood-bank-finder

An Android Client for effective matching between Blood Donation Parties taking distance between them into consideration
https://github.com/efguydan/blood-donor-blood-bank-finder

android blood-donors bloodbank-application hospitals matching mvvm

Last synced: about 1 month ago
JSON representation

An Android Client for effective matching between Blood Donation Parties taking distance between them into consideration

Awesome Lists containing this project

README

        

## Blood Donors and Banks Finder
[![Build Status](https://dev.azure.com/Efguydan/BloodFinder/_apis/build/status/efguydan.Blood-Donor-Blood-Bank-Finder?branchName=master)](https://dev.azure.com/Efguydan/BloodFinder/_build/latest?definitionId=1&branchName=master)
[![Code Quality](https://api.codacy.com/project/badge/Grade/a9b78dc3a59f4836ab2016bd94753914)](https://app.codacy.com/manual/efeejemudaro/Blood-Donor-Blood-Bank-Finder?utm_source=github.com&utm_medium=referral&utm_content=efguydan/Blood-Donor-Blood-Bank-Finder&utm_campaign=Badge_Grade_Dashboard)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Download Sample](https://img.shields.io/badge/Download-v1.0.0-blue.svg)](https://github.com/efguydan/Blood-Donor-Blood-Bank-Finder/raw/master/showcase/Blood%20Finder_1.0.0.apk)

Blood Donors and Banks Finder is an Android Application designed to effectively match Blood Seekers such as Hospitals with Blood Providers such as Blood Donors.
Private Blood Banks are users that can act as both a Blood Provider and Blood Seeker.

## App Screenshots
![Showcase 1](https://raw.githubusercontent.com/efguydan/Blood-Donor-Blood-Bank-Finder/master/showcase/showcase_1.png)
![Showcase 2](https://raw.githubusercontent.com/efguydan/Blood-Donor-Blood-Bank-Finder/master/showcase/showcase_2.png)

## Code Formatting
Code Formatting is done with the gradle *spotless* plugin. other settings for the plugin can be configured in [spotless.gradle](spotless.gradle). To format code, run `./gradlew spotlessApply`

## License
```text
Copyright 2020 Efe Ejemudaro

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```