https://github.com/cobyism/zenith
Idea for doing Emmet (Zen Coding) string expansion as an API.
https://github.com/cobyism/zenith
Last synced: 4 months ago
JSON representation
Idea for doing Emmet (Zen Coding) string expansion as an API.
- Host: GitHub
- URL: https://github.com/cobyism/zenith
- Owner: cobyism
- License: mit
- Created: 2013-05-10T11:13:15.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-06T14:12:13.000Z (almost 13 years ago)
- Last Synced: 2025-12-07T01:34:15.308Z (6 months ago)
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zenith
[Emmet](http://emmet.io/) (a.k.a. Zen Coding) as an API should be a thing.
```sh
$ curl -i http://cobyism.com/zenith/?expand=html:5>body>header>h1{Demonstration}
Document
Demonstration
Woot!
```