Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anywhichway/jasonette-html
An HTML/Web renderer for Jasonette
https://github.com/anywhichway/jasonette-html
Last synced: about 4 hours ago
JSON representation
An HTML/Web renderer for Jasonette
- Host: GitHub
- URL: https://github.com/anywhichway/jasonette-html
- Owner: anywhichway
- License: mit
- Created: 2017-11-16T07:36:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T11:32:03.000Z (almost 7 years ago)
- Last Synced: 2024-10-12T22:57:03.517Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jasonette-html
An HTML/Web renderer for Jasonette[Jasonette](http://jasonette.com/) supports native iOS and Android mobile apps over HTTP using just JSON. It lacks a web browser renderer. This package provides a renderer.
# Release Notes
Not yet implemented:
1) $include
2) $clear
3) $network
4) $camera - edit
5) Unit testsKnown issues:
1) $toast and $banner do not locate on screen in right place
2) Embedded web rendering does not work well
3) Aesthetics are sub-par
4) Currently works only in Chrome browserSee `examples/comprehensive.html` for a relatively complete example. The `comprehensive.json` file can be loaded into the Andoid/iOS app Jason and seems to work correctly.
# Release History
2017-11-21 v0.0.3 Alpha Ehanced mustache processing to support `this` references. Ajusted flexbox rendering.
2017-11-20 v0.0.2 Alpha Fixed https://github.com/Jasonette/Jasonette/issues/17 for hello.json
2017-11-20 v0.0.1 Alpha