Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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) |