An open API service indexing awesome lists of open source software.

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.

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!


```