This is a simple API to get random names.
- Endpoint:
/api/get-name
- Method:
GET
{
"name": "Free Watermelon"
}
To add more names, follow these steps:
- Fork the repository.
- Clone your fork.
- Add names to the names.json file.
[
// add here
"Dinasti Lurah",
"Gadun Persia",
"Air Cucian Beras",
"Kucing Pargoy",
...
]
- Commit your changes.
- Create a Pull Request.