This is the Linux app named celebrate whose latest release can be downloaded as v15.0.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named celebrate with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
celebrate
DESCRIPTION
celebrate is an express middleware function that wraps the joi validation library. This allows you to use this middleware in any single route, or globally, and ensure that all of your inputs are correct before any handler function. The middleware allows you to validate req.params, req.headers, and req.query. celebrate lists joi as a formal dependency. This means that celebrate will always use a predictable, known version of joi during the validation and compilation steps. celebrate is tested and has full compatibility with express 4 and 5. It likely works correctly with express 3, but including it in the test matrix was more trouble than it's worth. This is primarily because express 3 exposes route parameters as an array rather than an object. Returns a function with the error handler signature ((err, req, res, next)). This should be placed with any other error handling middleware to catch celebrate errors.
Features
- celebrate is tested and has full compatibility with express 4 and 5
- Use celebrate on a single POST route to validate req.body
- celebrate does not have a default export
- celebrate exports the version of joi it is using internally
- For maximum compatibility, you should use this version when creating schemas used with celebrate
- celebrate lists joi as a formal dependency
Programming Language
JavaScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/celebrate.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.