Love Calculator app built using Kotlin, MVVM, Love Calculator API
Enter your name and your partner's name. The app will calculate the love percentage π
Don't make your relationship complicated after seeing the result. This app is built for fun π
- API : Love Calculator
- Architecture: MVVM
- DI : Hilt
The Love Calculator is a simple and fun API that can be used to build a free romantic partner compatibility application. Matchmaking services are provided by this API using linguistic analysis of the names of the couple involved. The Love Calculator is hosted by RapidAPI and free to use. Embed the script in a website or mobile application with a few easy steps. The output tracks the probability of success for a romantic relationship.
Example response:
{
"fname":"John"
"sname":"Alice"
"percentage":"46"
"result":"Can choose someone better."
}
You must have an api-key for getting response from the API.
You can get your API key free from Rapid API by signing up.
"You must have an application on the RapidAPI Developer Dashboard to access an API key. By default, an application will be created when you sign up"
Visit https://docs.rapidapi.com/docs/keys for more details
Copyright 2022 Jai Keerthick
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.