rpi-validator

1.0.3 • Public • Published

rpi-validator Build Status GitHub npm

rcos

This repository contains string validation specific to RPI. Powered by Rensselaer Center for the Open Source.

This package only validates strings. It does not validate inputs with number or other types.

Install

  • Npm: npm install rpi-validator
  • Yarn: yarn install rpi-validator

View the project on NPM: https://www.npmjs.com/package/rpi-validator

Example

let rpiValidator = require('rpi-validator');

rpiValidator.isRIN('shirley');   //false
rpiValidator.isRIN('667986864'); //true

Available Validators

  • isCRN()
  • isISO()
  • isRIN()
  • isSubjectCode()
  • isRPIEmail()

Contributing

Anybody is welcome to contribute to this repository. It's what open source is all about. Make sure code is tested and that the existing tests pass. Please use issues to track bugs and/or changes.

This repository requires node to be installed in order for it to run. I think it requires version 8 or higher.

Run yarn install to install all dependencies before starting work.

Run the tests using yarn test.

Past Contributors

Feel free to reach out with any questions about the repository. However, issues are the best way to get changes made.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    2
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i rpi-validator

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

111 kB

Total Files

20

Last publish

Collaborators

  • jake-billings