Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dermatologist/skinhelpdesk-app
Prototype Flutter App to consume SkinHelpDesk.com APIs for cosmetic dermatology.
https://github.com/dermatologist/skinhelpdesk-app
cosmetic dermatology flutter flutter-examples hacktoberfest healthcare
Last synced: 2 months ago
JSON representation
Prototype Flutter App to consume SkinHelpDesk.com APIs for cosmetic dermatology.
- Host: GitHub
- URL: https://github.com/dermatologist/skinhelpdesk-app
- Owner: dermatologist
- License: bsd-3-clause
- Created: 2021-05-26T14:21:23.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-13T22:57:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T12:24:17.909Z (3 months ago)
- Topics: cosmetic, dermatology, flutter, flutter-examples, hacktoberfest, healthcare
- Language: Dart
- Homepage: https://skinhelpdesk.com
- Size: 478 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# skinhelpdesk_app 🌞
[![ckblib](https://github.com/dermatologist/skinhelpdesk-app/blob/develop/notes/skinhelpdesk-app.png)](https://skinhelpdesk.com)
[SkinHelpDesk](https://skinhelpdesk.com) offers a variety of API endpoints for cosmetic dermatology applications. These include APIs for skin tone (pigmentation), acne grading, skin type etc. [These APIs](https://rapidapi.com/eapenbp/api/skinhelpdesk) can be integrated into websites and mobile Apps of cosmetic dermatology service providers. [Please read terms of use of SkinHelpDesk APIs.](https://skinhelpdesk.com/terms/)
All services are provided through [RapidAPI](https://rapidapi.com/eapenbp/api/skinhelpdesk) and images have to be submitted as base64 string. This is a prototype flutter app to demonstrate the integration of SkinHelpDesk APIs (Not for production use). Feel free to use any part of this prototype you may find useful in your project!
## Getting Started
This project is a starting point for a Flutter application.
**Add your [rapid-api key](https://rapidapi.com/eapenbp/api/skinhelpdesk) in lib/config/skinhelpdesk_config.dart**
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.