Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ShazimC committed Oct 16, 2021
2 parents 060e522 + 17611b6 commit 7c2d169
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# SalahWatchFace

This is a watch face made for muslims that includes a display for the next salah start/ending time along with standard displays like time, date, weather, and battery.
This watch face is written in HTML, CSS, and JS as a Tizen App for Samsung Galaxy Watch Active2 which runs the Tizen Operating System. Will upload screenshots soon tm.
This watch face is written in HTML, CSS, and JS as a Tizen App for Samsung Galaxy Watch Active2 which runs the Tizen Operating System.

<div>
<img src="https://upload.wikimedia.org/wikipedia/commons/6/6a/Tizen_Logo.png" height="250" width="250" alt="tizen OS"/>
<img src="https://images.samsung.com/is/image/samsung/latin-en-galaxy-watch-active-r830-sm-r830nzkatpa-frontblack-252794442?$720_576_PNG$" height="300" width="400" alt="samsung galaxy watch active2"/>
</div>
<p align="center">
<img src="https://lh3.googleusercontent.com/6wGNTWq0py-s0GNF1V7O1_Wr3F29ne_ddZEExMHt1-vmAsQvuB-ewvw_20hBDmV8NMS1cp62I2Miz7UDiKw3KknOzFwe-PY4OJj3EVyuAH_VQa9Z4fhg4HoPwSLozfeplpSuNHfgQDa5ERLQl8R0q-TFxDovfb_X8pcboc_WR6w_QKNxwXLX4t1LLhu1fxBG-Q96m_Bk61n-omORBQJxud8HySaPMB9PjAGUaNwx3aZsjuvN7gP2FeKrnAdyI_ZHmUlYr9I9bEkx7VKtzn7e7PSaWcjgKIVZBsgYqTl7BX3IxMAb2ghEfXyUPDZWwueT1eq1s3Sdj7salndGK5go-IU9v95Mb_xSB0zUJ1dO2aWoF5qr5QgwCQNZXbA5NCKR0GMja-LTiLReTiAcKRc3_syvj1Pjl61exo2h5X533cAvKYussGXk2RHE8hNThoIMngKTDLd4FQEIWvza9RHEu31TawsjckFQ9MxIrsmeC5pzhH9RFmkzRrnqqfx7BO-dfbdlGnPi4VOqvd9ZBEH39_LJbd-7Xe1h2RwFwJUf_9XMLt9rfqNBGLiyUbBbVXEmpDedxEORbupplFYgYykPRwyPK_6C5U4oQJsxbqXKk_F6e59ALs9LgOSqpjk4wvqWXMeVXAzSSEx8REw4D2RzltMqf3bKPYq6jfN18cbF6WgBq0p5LXwGsQMTNn91gQ4gywLCgwhKDPT4I2Di49hUQ2s=w892-h900-no?authuser=0" width="300" height="300"/>
</p>

## To Run
1. Follow this guide to set up Tizen Web for VSCode on your local machine: https://docs.tizen.org/application/vscode-ext/web/
2. Build the project by either right clicking on the project folder in VSCode and pressing "Tizen Web: Build Tizen App" or running the same command via VSCode's command palette.
3. Make sure an emuator or a device is connected and running via the device manager. You'll need to have a samsung certificate installed in order to run directly on a device: https://developer.samsung.com/tizen/Galaxy-Watch/certificate/creating-certificate.html
4. Install the project from the same methods mentioned in step 2.
5. Set the watch face on the emulator or device via settings.

If you're having trouble running the project still, I recommend google and the tizen documentation.

0 comments on commit 7c2d169

Please sign in to comment.