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

https://github.com/danieldiekmeier/stolper


https://github.com/danieldiekmeier/stolper

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# Stolper

Test your [tumblr](http://tumblr.com) themes locally. Don't spend your life pasting them into the theme development interface.

## Usage

```
var stolper = require('stolper');

stolper(templateCode, dummyData, function(html){
// do something with the html
});
```