Skip to content

bouncydragon/json-2-api-conversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b2273e1 · Jun 9, 2024

History

4 Commits
Jun 7, 2024
Jun 8, 2024
Jun 7, 2024
Jun 8, 2024
Jun 9, 2024
Jun 7, 2024
Jun 8, 2024
Jun 8, 2024
Jun 7, 2024
Jun 7, 2024
Jun 7, 2024

Repository files navigation

Getting Started

  1. Clone the application.
  2. Create an .env file and add your API key from OpenAI
OPEN_API_KEY="YOUR_KEY_HERE"
  1. Install the required dependencies.
  2. Run the application.

Open http://localhost:3000/api/json in your Postman.

Enter this as your sample JSON format.

{
    "data": "Reika is a 30 year old Software Developer",
    "format": {
        "name": {
            "type": "string"
        }
    }
}

In Progress

  • Fix open-ai api-key error code: 429
  • Add design functionality
  • Add unit test
  • Add E2E test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published