当前位置:  软件>JavaScript软件

Nodejs 验证器 revalidator

    来源:    发布时间:2014-12-29

    本文导语:  revalidator 是一款跨浏览器的 Node.js 验证器,是 resourceful 和 flatiron 正在使用的验证器。 示例 revalidator 的核心是很简单和简洁的: revalidator.validate(obj, schema):   var revalidator = require('revalidator');   console.dir(revalidator.validate(someObje...

revalidator 是一款跨浏览器的 Node.js 验证器,是 resourcefulflatiron 正在使用的验证器。

示例

revalidator 的核心是很简单和简洁的: revalidator.validate(obj, schema):

  var revalidator = require('revalidator');

  console.dir(revalidator.validate(someObject, {
    properties: {
      url: {
        description: 'the url the object should be stored at',
        type: 'string',
        pattern: '^/[^#%&*{}\:?/+]+$',
        required: true
      },
      challenge: {
        description: 'a means of protecting data (insufficient for production, used as example)',
        type: 'string',
        minLength: 5
      },
      body: {
        description: 'what to store at the url',
        type: 'any',
        default: null
      }
    }
  }));

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • NodeJS 工具 Nexe
  • nodejs-c4
  • 模仿 thinkphp 的 nodejs MVC 框架 Nstorm
  • nodejs-kissy
  • shadowsocks-nodejs
  • 基于 NodeJS 的 web 聊天工具 ScrollBack
  • 七天学会NodeJS
  • Node.js 开发框架 Shark-NodeJS
  • NodeJs的CronTab RobCron
  • nodejs 服务器进程管理工具 pm2Manage
  • 基于NodeJs的JSON协议的RPC解决方案 DNode
  • Nodejs时间跨度软件 timespans
  • 用Shell脚本快速搭建Ubuntu下的Nodejs开发环境
  • 基于Nodejs​ 的前端工具集 FEinit


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3