Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thenamevishnu/learning-fastify
Fastify is a web framework for Node.js that is designed to be highly efficient and lightweight while providing a robust set of features for building web applications and APIs.
https://github.com/thenamevishnu/learning-fastify
fastify javascript nodejs
Last synced: about 1 month ago
JSON representation
Fastify is a web framework for Node.js that is designed to be highly efficient and lightweight while providing a robust set of features for building web applications and APIs.
- Host: GitHub
- URL: https://github.com/thenamevishnu/learning-fastify
- Owner: thenamevishnu
- Created: 2023-12-27T09:05:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-27T10:20:26.000Z (12 months ago)
- Last Synced: 2024-04-18T13:03:37.957Z (8 months ago)
- Topics: fastify, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 3.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## API Reference
#### Get random user info
```http
GET /api
```#### Get random users by gender
```http
GET /api/?gender=&limit=&format=
```| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `limit` | `number` | **[Optional]** Limit of results to fetch |
| `gender` | `string` | **[Optional]** Gender of results |
| `format` | `string` | **[Optional]** format of results (Eg: json, xml, csv, etc) |