Skip to content

Commit

Permalink
Merge pull request #46 from hurricanemark/Phase2-BaselineToSeriousWorks
Browse files Browse the repository at this point in the history
Phase2 baseline to serious works
  • Loading branch information
hurricanemark authored Oct 21, 2022
2 parents 13e5d73 + cafb9c3 commit 27ee21e
Show file tree
Hide file tree
Showing 22 changed files with 121 additions and 364 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
**/.editorconfig
**/.aws
**/dist
**/utils.js
**/utils.js
**/index.copy.js
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ views/header2.ejs
index-temp.ejs
utils.js
WeatherApp_US_East1Key.ppk
index copy.js
index.copy.js
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,16 @@ We will choose [Selenium IDE chrome extension](https://chrome.google.com/webstor
Ran all test suites within paths "C:\Users\markn\AppData\Roaming\npm\node_modules\selenium-side-runner\dist\main.test.js".

StagingProjs>
```
```
## Convert Web App into Mobile App
The advantage of designing and implementing a responsive web app earlier is now paying off. If you were to open it using the browser on your phone. Its looks-and-feel is fine.
Before you invest time and effort developing mobile-native, convert this hosting URL using online converter such as [GoNative](https://gonative.io/app/0n4pabzw75m638htrqkvkmw5hw).
We also select [AppsGeyzer](https://appsgeyzer.com) to make another conversion for good measure. Download mobile image [here](https://appsgeyser.io/16161262/TechRolEmiWeather).
Often, this is enough to demonstrate proof of concept. You can use it to make further decision in your mobile development.
![iOS Data Screen](./public/iOSScreenRaw.PNG) ![iOS Screenshot](./public/iOSScreen1Raw.PNG)
8 changes: 0 additions & 8 deletions crypto.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,5 @@ const toLocalDt = (unix_ts) => {
return hours + ':' + minutes.substr(-2) + ':' + seconds.substr(-2);
}

function test() {
let enStr = encryptAES("e88e1a8096cd4897b79b230a9c49b243");
console.log("Encrypted Key: " + enStr);
// WEATHERBIT_KEY = Object.entries(Xcode).value;
console.log("Decrypted key: " + JSON.parse(decryptAES(enStr)).text);

}

// test();
export {encrypt, decrypt, encryptAES, decryptAES, toLocalDt};
335 changes: 0 additions & 335 deletions index copy.js

This file was deleted.

Loading

0 comments on commit 27ee21e

Please sign in to comment.