https://github.com/adaxi/adaxisoft-api
An API that will provide you names.
https://github.com/adaxi/adaxisoft-api
Last synced: 4 months ago
JSON representation
An API that will provide you names.
- Host: GitHub
- URL: https://github.com/adaxi/adaxisoft-api
- Owner: adaxi
- License: mit
- Created: 2015-10-28T19:41:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T23:12:34.000Z (over 2 years ago)
- Last Synced: 2025-01-14T00:34:46.746Z (6 months ago)
- Language: JavaScript
- Size: 1.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adaxisoft-api
An API that will generate random names
## Usage
```sh
npm install
npm start
``````/name/``` returns a name
```/name/10``` returns ten names
```/name/first``` returns a first name
```/name/first/6``` returns six first names
```/name/last``` returns a last name
```/name/last/2``` returns two last names
## License
MIT