https://github.com/isneezy/confere.js
A simple promise based javascript validation library with extras
https://github.com/isneezy/confere.js
data-valdiation input input-validation validate validation validation-library
Last synced: 22 days ago
JSON representation
A simple promise based javascript validation library with extras
- Host: GitHub
- URL: https://github.com/isneezy/confere.js
- Owner: isneezy
- License: mit
- Created: 2017-05-31T15:20:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T09:43:02.000Z (about 3 years ago)
- Last Synced: 2025-08-20T16:53:46.520Z (6 months ago)
- Topics: data-valdiation, input, input-validation, validate, validation, validation-library
- Language: JavaScript
- Homepage: https://isneezy.github.io/confere.js/
- Size: 2.01 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# confere.js [](https://travis-ci.org/isneezy/confere.js)
confere.js is a simple promise based javascript validation library heavily inspired by the laravel validation!
For documentation visit [https://isneezy.github.io/confere.js/](https://isneezy.github.io/confere.js/)
For issues and feature requests visit the ['issue tracker'](https://github.com/isneezy/confere.js/issues).
## Building confere.js
### Requeriments
- node.js >= 5
- npm
### Build Steps
```sh
git clone git@github.com:isneezy/confere.js.git
cd confere.js
npm install
npm run build
```
this will build confere.js, confere.js and confere.js.map to lib folder
### Continuous development
You can run continuous build that runs the build on file changes by running `npm run dev`.
If you want to run tests run `npm run test`
## Contributing
Found a bug?
Open an Issue on github, if you fixed yourself, fork the repo, create a branch,
commit your changes ad open a pull request.
Please be sure to not include unnecessary changes on your commit and add some test whenever is possible
## Credits
Matt Kruse [http://www.mattkruse.com/](http://www.mattkruse.com/) - For his awesome js date functions found in [JavascriptToolbox.com](javascriptToolbox.com)
Diego Perini [https://gist.github.com/dperini](https://gist.github.com/dperini) - Url Regular Expression