https://github.com/idrisvohra9/fight-addictions-api
An API that is developed to help & motivate people to lose their addictions such as Lust, Drugs and more! Made with deno!
https://github.com/idrisvohra9/fight-addictions-api
addiction api deno fight-addictions javascript rest restful-api
Last synced: 3 months ago
JSON representation
An API that is developed to help & motivate people to lose their addictions such as Lust, Drugs and more! Made with deno!
- Host: GitHub
- URL: https://github.com/idrisvohra9/fight-addictions-api
- Owner: Idrisvohra9
- Created: 2024-11-04T09:28:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T19:15:55.000Z (5 months ago)
- Last Synced: 2025-02-26T07:16:28.688Z (3 months ago)
- Topics: addiction, api, deno, fight-addictions, javascript, rest, restful-api
- Language: HTML
- Homepage: https://fight-addictions-api.deno.dev/
- Size: 751 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fight Addictions API 💪
Overcoming addictions is a crucial step towards living a healthier and more fulfilling life. Addictions can take control of our daily routines, relationships, and overall well-being, making it difficult to achieve our goals and maintain meaningful connections with loved ones. By fighting and conquering our addictions, we regain control of our lives, improve our physical and mental health, and open doors to new opportunities. Whether it's substance abuse, gambling, or any other form of addiction, taking the first step towards recovery is a brave decision that can lead to positive, lasting change. Remember, seeking help and support is not a sign of weakness, but rather a demonstration of strength and commitment to personal growth.
# About the API:
This project is a free RESTful API (You do not even need to sign up to use it) built with [Deno](https://deno.com/). It provides endpoints for really moving quotes that help people get motivated to fight their addictions and get back on track.
### Find the API deployed [here](https://fight-addictions-api.deno.dev/).
Some of the addictions it tackles are:
- Alcohol
- Drugs
- Gambling
- Lust
- Sex
- Masturbation
- Porn
- Phone
- Video Games
- Food#### Additionally it also helps people get motivation to complete their daily tasks.
# How to integrate the API:
As I said, the API is free to use, so you can use it in your projects without any restrictions.
To integrate the API in your project you can use the following endpoints:## Get a random quote:
- **Tackle Lust, Sex, Masturbation, Porn Addictions**: GET [/lust/quotes?type=random](https://fight-addictions-api.deno.dev/lust/quotes?type=random)
- **Tackle Drugs, Alcohol Addictions**: GET [/drugs/quotes?type=random](https://fight-addictions-api.deno.dev/drugs/quotes?type=random)
- **Tackle Gambling Addictions**: GET [/gambling/quotes?type=random](https://fight-addictions-api.deno.dev/gambling/quotes?type=random)
- **Tackle Phone, Video Games Addictions**: GET [/screen/quotes?type=random](https://fight-addictions-api.deno.dev/screen/quotes?type=random)
- **Tackle Food Addictions**: GET [/food/quotes?type=random](https://fight-addictions-api.deno.dev/food/quotes?type=random)
- **Get Motivated to Achieve**: GET [/motivational/quotes?type=random](https://fight-addictions-api.deno.dev/motivational/quotes?type=random)
## Get a daily quote:- **Tackle Lust, Sex, Masturbation, Porn Addictions**: GET [/lust/quotes?type=daily](https://fight-addictions-api.deno.dev/lust/quotes?type=daily)
- **Tackle Drugs, Alcohol Addictions**: GET [/drugs/quotes?type=daily](https://fight-addictions-api.deno.dev/drugs/quotes?type=daily)
- **Tackle Gambling Addictions**: GET [/gambling/quotes?type=daily](https://fight-addictions-api.deno.dev/gambling/quotes?type=daily)
- **Tackle Phone, Video Games Addictions**: GET [/screen/quotes?type=daily](https://fight-addictions-api.deno.dev/screen/quotes?type=daily)
- **Tackle Food Addictions**: GET [/food/quotes?type=daily](https://fight-addictions-api.deno.dev/food/quotes?type=daily)
- **Get Motivated to Achieve**: GET [/motivational/quotes?type=daily](https://fight-addictions-api.deno.dev/motivational/quotes?type=daily)