1.0.4 ā€¢ Published 4 months ago

universal-registration v1.0.4

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
4 months ago

registration-module

šŸš€ We are excited to introduce the latest package "universal-registration". It simplifies the registration process for web applications.

To use the package, simply install it using npm:

Installation

npm i universal-registration

šŸš€ Next, you can create an instance of the RegistrationModule and start using its methods:

const { RegistrationModule } = require('universal-registration'); const registrationModule = new RegistrationModule();

// Register a new user registrationModule.registerUser(req, res);

šŸš€ The RegistrationModule includes several validation functions that can be used to validate the additional fields provided by the user during šŸš€ registration. Here is a brief overview of these functions:

ā­ validateLength: Validates if the value is within the specified length range. ā­ validatePhoneNumber: Validates if the value is a valid phone number. ā­ validateGender: Validates if the value is a valid gender. ā­ validateAge: Validates if the value is a valid age.

Feel free to explore the package documentation for more detailed information on its usage and features.

šŸŽ‰ That's great! I'm glad you found this helpful. Happy coding!

P.S. Here's a GitHub link for your reference: https://github.com/upenderIBD/universal-registration

1.0.4

4 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago