Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asleepinglion/ouro-transform
SuperJS Transformation library provides methods to transform input parameters before validations.
https://github.com/asleepinglion/ouro-transform
Last synced: about 2 months ago
JSON representation
SuperJS Transformation library provides methods to transform input parameters before validations.
- Host: GitHub
- URL: https://github.com/asleepinglion/ouro-transform
- Owner: asleepinglion
- Created: 2015-01-20T19:47:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-14T00:22:53.000Z (over 9 years ago)
- Last Synced: 2024-04-25T08:21:17.710Z (8 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#Ouro Transform
> **Disclaimer:** Ouro is under heavy development at the moment, and breaking changes are likely. The intent is
to publish a stable release during the first quarter of 2015.Transforms enable you to change input parameters before validation, such as converting a request parameter to JSON. The library
also provides a mechanism to setup and process a group of transforms using the bluebird Promise Library.