From adf06ae3bb5070899e9c51ac76c508b6435057f4 Mon Sep 17 00:00:00 2001 From: Justin Hanley Date: Sun, 17 Sep 2017 23:06:38 -0600 Subject: [PATCH 1/2] fixed LTC price pull --- README.md | 7 ++++++- index.html | 31 +++++++++++++++++++------------ 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2de6324..b4d59b8 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,9 @@ It is truly an open source Crypto Currency ATM, you can see the server end at ht You can find more out about this at https://catm.io - +# Instructions +1. Download node-webkit +2. Navigate to this folder on your pc/mac +3. Run it + - Mac : /Applications/nwjs.app/Contents/MacOS/nwjs . + - Windows: Just darg the folder on the executable diff --git a/index.html b/index.html index 0acbf32..1f4c01b 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - - - - + + + + + + Coin ATM + + + - - -
The Transaction is complete!
-
-
Balance
- -


-
-

Select A Currency To Purchase


-
-
-
-
- - -
-
+ #container{width:100%;} + #left{float:left;width:200px;} + #right{float:right;width:200px;} + #center{margin:0 auto;width:100px;} + .noselect { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + } + .button { + width:400px; + height:70px; + margin:0px auto 15px auto; + background: #EEE; + text-align: center; + line-height: 110px; + border-radius: 5px; + } + .button:last-child { + margin:0px auto 0px auto; + } + .button img { + max-width:260px; + max-height:60px; + } + .center-div { + text-align: center; + margin-top: 150px; + } + + + + + + +
The Transaction is complete!
+ +
+
Balance
+ +


+ +
+

Select A Currency To Purchase


+
+
+ +
+
+
+ +
Settings
-
IP Address
-
-
-
-
-
- -
-
-

-
You Have Selected Current Price is:
-
At the current trading price you could buy bitcoin
-

-
-
+
IP Address
+
+
+
-
-
-
-
-
Please Scan Your QR Code
-
-
-
-
-
Your QR Code is:
+
+ +
+ +
+ +
+

+
You Have Selected Current Price is:
+
At the current trading price you could buy bitcoin
+

+ +
+
+
+
+ +
+ +
+
Please Scan Your QR Code
+
+
+
+
+
+ +
+
Your QR Code is:
+
+


-
+
- + diff --git a/package.json b/package.json index 98b5de7..d8ad891 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,11 @@ "main": "index.html", "chromium-args": "--ignore-certificate-errors", "window": { - "toolbar": false, - "frame": false, - "fullscreen": true + "toolbar": true, + "frame": false, + "fullscreen": true + }, + "dependencies": { + } }