Introduction

  1. 00 Overview
  2. 01 Endpoints
  3. 02 Getting started

Core Concepts

  1. 00 Overwiew
  2. 01 Plants
  3. 02 User

API Docs

  1. 00 Docs

Contributing

  1. 00 GitHub
  2. 01 Feedback

Other Apps

  1. 00 PlantOrg
  2. 01 Productivity Timer
  3. 02 Finance Tracker
  4. 03 soon
Introduction
Overview

I am currently working on the API (and the Documentation)

The API is not useable yet

01 Introduction

PlantOrg is a Web Application to manage Plants.
Our Algorithm improves the suggested time and amount of water for watering your plant, depending on how healthy the plant of other users with a sligthly different time and amount is.
With our API, you can fetch data about every plant, information about your plants, and your watering calendar.

02 Usage

You will propably either use the API for a personal project, or as a bigger service, offering the opportunities of the PlantOrg Database and Algorithm to a wide range of users.

03 Developer Page

This page is meant for developers, that want to use the data for their own App, or integrate PlantOrg into other Apps. In the Section API Docs, you will find a detailled description of every endpoint, with a request in curl, js and python.
If you want to help me develop and improve this App, or want to support me, take a look at the Contributing page.
Other Projects i have developed ( or am working on ) are listed in the Other Apps Section.

Next >