summaryrefslogtreecommitdiff
path: root/src/node_modules/chance/docs/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_modules/chance/docs/mobile')
-rw-r--r--src/node_modules/chance/docs/mobile/android_id.md13
-rw-r--r--src/node_modules/chance/docs/mobile/apple_token.md13
-rw-r--r--src/node_modules/chance/docs/mobile/bb_pin.md13
-rw-r--r--src/node_modules/chance/docs/mobile/wp7_anid.md13
-rw-r--r--src/node_modules/chance/docs/mobile/wp8_anid2.md13
5 files changed, 65 insertions, 0 deletions
diff --git a/src/node_modules/chance/docs/mobile/android_id.md b/src/node_modules/chance/docs/mobile/android_id.md
new file mode 100644
index 0000000..6fbce75
--- /dev/null
+++ b/src/node_modules/chance/docs/mobile/android_id.md
@@ -0,0 +1,13 @@
+# android_id
+
+```js
+// usage
+chance.android_id()
+```
+
+Return a random GCM registration ID.
+
+```js
+chance.android_id()
+=> 'APA91HHQyPlWqV2Nu61LRs41eE4vrR4bHLKTs0-Dh5nDLopcWZotLw77NEoJyADNJiq6cwY0jMM02y8aacLs6fe2_ynweFjZJVVevKON-32826v-EFoayyThU3-42YEUY9pCScU_n73yRNSOlTk5W6iPtrDkQ3a6_BvOxRbSYi3E6QEY0ZuIQF0'
+```
diff --git a/src/node_modules/chance/docs/mobile/apple_token.md b/src/node_modules/chance/docs/mobile/apple_token.md
new file mode 100644
index 0000000..fa8a2f3
--- /dev/null
+++ b/src/node_modules/chance/docs/mobile/apple_token.md
@@ -0,0 +1,13 @@
+# apple_token
+
+```js
+// usage
+chance.apple_token()
+```
+
+Return a random Apple Push Token
+
+```js
+chance.apple_token()
+=> 'b50edac575bfba07dd019b28b2af7189a3ddda17c806ef14a9abbfd00533f67e'
+```
diff --git a/src/node_modules/chance/docs/mobile/bb_pin.md b/src/node_modules/chance/docs/mobile/bb_pin.md
new file mode 100644
index 0000000..bd06926
--- /dev/null
+++ b/src/node_modules/chance/docs/mobile/bb_pin.md
@@ -0,0 +1,13 @@
+# bb_pin
+
+```js
+// usage
+chance.bb_pin()
+```
+
+Return a random BlackBerry Device PIN
+
+```js
+chance.bb_pin()
+=> '985de771'
+```
diff --git a/src/node_modules/chance/docs/mobile/wp7_anid.md b/src/node_modules/chance/docs/mobile/wp7_anid.md
new file mode 100644
index 0000000..f9d6afe
--- /dev/null
+++ b/src/node_modules/chance/docs/mobile/wp7_anid.md
@@ -0,0 +1,13 @@
+# wp7_anid
+
+```js
+// usage
+chance.wp7_anid()
+```
+
+Return a random Windows Phone 7 ANID
+
+```js
+chance.wp7_anid()
+=> 'A=3FC2491A0E0C5AB7824B2F60DCE4DB02&E=4e7&W=6'
+```
diff --git a/src/node_modules/chance/docs/mobile/wp8_anid2.md b/src/node_modules/chance/docs/mobile/wp8_anid2.md
new file mode 100644
index 0000000..154935f
--- /dev/null
+++ b/src/node_modules/chance/docs/mobile/wp8_anid2.md
@@ -0,0 +1,13 @@
+# wp8_anid2
+
+```js
+// usage
+chance.wp8_anid2()
+```
+
+Return a random Windows Phone 8 ANID2
+
+```js
+chance.wp8_anid2()
+=> 'OGI5ODk0MmNkZGI2OGE3YzAwODE1Y2NiYTc4MzEzZjM='
+```