Proof of concept - integrating Ember.js framework (and specifically ember-cli) with hebcal
You will need the following things properly installed on your computer.
- After installing above...
$mkdir ember-hebcal
$cd ember-hebcal
$git clone https://github.com/kalmanh/em-hebcal.git .
$ember install
ember server
- Visit your app at http://localhost:4200.