Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 665 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 665 Bytes

Ngarani API

Introduction

This is a simple API to get random names.

Usage

  • Endpoint: /api/get-name
  • Method: GET

Response Example

{
  "name": "Free Watermelon"
}

Contribution

To add more names, follow these steps:

  1. Fork the repository.
  2. Clone your fork.
  3. Add names to the names.json file.
[
    // add here
    "Dinasti Lurah",
    "Gadun Persia",
    "Air Cucian Beras",
    "Kucing Pargoy",
    ...
]
  1. Commit your changes.
  2. Create a Pull Request.

Deploy Your Own

Deploy with Vercel