Skip to content

leonurium/ngarani-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published