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

https://github.com/ianriizky/jsonapi-formatter

A Node.js library to serialize/deserialize your data into JSON:API format.
https://github.com/ianriizky/jsonapi-formatter

jsonapi nodejs prismajs

Last synced: 2 months ago
JSON representation

A Node.js library to serialize/deserialize your data into JSON:API format.

Awesome Lists containing this project

README

        

# JSON:API Formatter

[![Build Status](https://github.com/ianriizky/jsonapi-formatter/actions/workflows/test.yml/badge.svg)](https://github.com/ianriizky/jsonapi-formatter/actions)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.md)

A Node.js library to serialize/deserialize your data into JSON:API format.

## Requirement

- Node.js >=10.0.0

## Instalation

You can install the project by clone it via GitHub :

```bash
npm i @ianriizky/jsonapi-formatter
```

## Testing

```bash
npm run test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

## Credits

| Role | Name |
| ---- | ---- |
| Author | [Septianata Rizky Pratama](https://github.com/ianriizky) |