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.
- Host: GitHub
- URL: https://github.com/ianriizky/jsonapi-formatter
- Owner: ianriizky
- License: mit
- Created: 2022-07-21T10:02:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T13:37:13.000Z (over 2 years ago)
- Last Synced: 2025-02-27T13:01:57.553Z (3 months ago)
- Topics: jsonapi, nodejs, prismajs
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@ianriizky/jsonapi-formatter
- Size: 479 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# JSON:API Formatter
[](https://github.com/ianriizky/jsonapi-formatter/actions)
[](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) |