Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 486 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 486 Bytes

MetaphoricJS

A new, simplified Metaphoric.nl written using a combo of CakePHP for the backend and Ember.js for the rest.

I want to see how conveniently I can develop a frontend web application. My requirements:

  • Easy form generation using data retrieved by a JSON api. I'm combining existing helpers for this, and writing my own code (see js/lib/Mp/)
  • Easy internationalization (i18n), I'm using ember-i18n but am curious if I can combine it with the desired helpers.