Skip to content

Commit 69cd04d

Browse files
committed
Added one-validation
1 parent e70a210 commit 69cd04d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

data.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ var MicroJS = [
7777
url: "https://github.com/One-com/one-color",
7878
source: "https://raw.github.com/One-com/one-color/master/one-color-debug.js"
7979
},
80+
{
81+
name: "Validation",
82+
tags: ["validation", "testing"],
83+
description: "Browser/node validation library. Functions available. Regex fragments available. Validates: url, email, domain, TLD, uuid, ipv4 and more.",
84+
url: "https://github.com/One-com/one-validation",
85+
source: "https://raw.github.com/One-com/one-validation/master/validation.js"
86+
},
8087
{
8188
name: "Simplify.js",
8289
tags: ["math", "geometry", "simplification", "polyline"],

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ <h1 class="overlay">
673673
, { tag: 'json', label: 'JSON.' }
674674
, { tag: 'ajax', label: 'AJAX.' }
675675
, { tag: 'testing', label: 'to test stuff (e.g. unit testing).' }
676+
, { tag: 'validation', label: 'to validate stuff.' }
676677
, { tag: 'games', label: 'to write a game.' }
677678
, { tag: 'canvas', label: 'to do CANVAS/2D graphics!' }
678679
, { tag: 'color', label: 'to convert colors.' }

0 commit comments

Comments
 (0)