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

https://github.com/yusukebe/chat-gpt-todos

Creating ChatGPT plugin with Zod OpenAPI Hono
https://github.com/yusukebe/chat-gpt-todos

Last synced: about 1 year ago
JSON representation

Creating ChatGPT plugin with Zod OpenAPI Hono

Awesome Lists containing this project

README

          

# Creating ChatGPT plugin with Zod OpenAPI Hono

With [Zod OpenAPI Hono](https://github.com/honojs/middleware/tree/main/packages/zod-openapi), you can create your ChatGPT plugin in a minute.

## TODO Plugin

### Overview

This repository contains a plugin for ChatGPT that allows users to manage a simple TODO list. Users can add, view, and delete tasks from their list.

### Features

* Add TODO: Users can add tasks to their TODO list.
* View TODOs: Users can view all tasks in their TODO list.
* Delete TODO: Users can delete tasks from their TODO list.

### Usage

* Add a TODO: I want to add a TODO
* View TODOs: I want to see my TODOs
* Delete a TODO: I want to delete a TODO

## Demo

https://github.com/yusukebe/chat-gpt-todos/assets/10682/a3445284-e777-4f54-a584-5ea214360096

## Authors

* Yusuke Wada

## License

MIT