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
- Host: GitHub
- URL: https://github.com/yusukebe/chat-gpt-todos
- Owner: yusukebe
- Created: 2023-08-25T01:38:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T01:46:19.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T06:42:33.345Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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