A simple time service application. The purpose of this repository is to allow users to get current time from this service. The setup has minimal dependencies and the feature set is intentionally limited. Any further configuration can be achieved by editing the app.json
file: Application Config.
- Automates the downloading and launching of the Hadouken Runtime.
- Live-server with built-in live reloading after changes to files.
- HTML 5 and ES6 Template with Hadouken integration.
Visual Studio code integration, thanks to @jcarter
- Attach to debugger for in-editor break points, call stacks, and an interactive console
- Hadouken configuration (
app.json
) smart completion based on available parameters - Hadouken API smart completions based on variable types and function definitions
- Clone this repository:
git clone https://github.com/licui3936/openfin-time-service
- Install the dependencies:
cd openfin-time-service
&npm install
- Start the live-server and launch the application:
npm start
- Add your Javascript code to
main.js
and your HTML toindex.html