Skip to content

revfactory/chatgpt-plugin-test

Repository files navigation

KakaoMemo Plugin

The KakaoMemo Plugin is a simple memo management plugin. It allows you to add, search, and delete memos.

Features

  • Add, search, and delete memo functionality
  • Use the API without user authentication.

Getting Started

Follow these steps to run this project locally.

Installation

Clone this project.

git clone https://github.com/revfactory/chatgpt-plugin-test.git

Usage

Use the following endpoints to access memo management functionalities:

  • Search all memos: GET /memos
  • Search a specific memo: GET /memos/{name}
  • Add a memo: POST /memos
  • Delete a memo: DELETE /memos/{name}

Contributing

Contributions are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Apache 2.0

Contact

For any enquiries, please contact [email protected].

Releases

No releases published

Packages

No packages published

Languages