Difference between revisions of "Getting Started - Enyo Apps"

From WebOS-Ports
Jump to navigation Jump to search
(A few more apps.)
(Add Memos.)
Line 21: Line 21:
 
# <pre>git clone https://github.com/webOS-ports/org.webosports.app.maps.git</pre>
 
# <pre>git clone https://github.com/webOS-ports/org.webosports.app.maps.git</pre>
 
# Open the org.webosports.app.maps/index.html file.  It works in both Firefox and Chrome.
 
# Open the org.webosports.app.maps/index.html file.  It works in both Firefox and Chrome.
 +
 +
== Memos ==
 +
To download the Memos app and try running it:
 +
# <pre>git clone https://github.com/webOS-ports/org.webosports.app.memos.git</pre>
 +
# Open the org.webosports.app.memos/debug.html file in Firefox (it does not presently work correctly in Google Chrome).
  
 
== Messaging ==
 
== Messaging ==

Revision as of 14:34, 3 January 2016

What is Enyo?

Enyo is a cross-platform JavaScript framework for making apps. A number of the built-in LuneOS apps are written using Enyo.

Calendar

To download the Calendar app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.calendar.git
  2. Open the org.webosports.app.calendar/index.html file in Firefox (it does not presently work in Google Chrome).

Contacts

To download the Contacts app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.contacts.git
  2. Open the org.webosports.app.contacts/index.html file in Firefox (it does not presently work correctly in Google Chrome).

File Manager

The file manager app does not do much when run on the desktop, since it relies heavily on system APIs which are only available under LuneOS. However, if you want to work on the interface, you can still download the File Manager app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.filemanager.git
  2. Open the org.webosports.app.filemanager/debug.html file. It works in both Firefox and Chrome.

Maps

To download the Maps app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.maps.git
  2. Open the org.webosports.app.maps/index.html file. It works in both Firefox and Chrome.

Memos

To download the Memos app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.memos.git
  2. Open the org.webosports.app.memos/debug.html file in Firefox (it does not presently work correctly in Google Chrome).

Messaging

To download the Messaging app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.messaging.git
  2. Open the org.webosports.messaging/app/debug.html file in Firefox (it does not presently work correctly in Google Chrome).