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

https://github.com/serapath/webpage

Webpage Boilerplate Component
https://github.com/serapath/webpage

Last synced: about 1 year ago
JSON representation

Webpage Boilerplate Component

Awesome Lists containing this project

README

          

# webpage
Webpage Boilerplate Component

```js
var webpage = require('webpage');
var body = webpage({
// OPTIONAL
// ... and more in the future (e.g. icon, og, ...)
title : 'Foobar',
description : 'foo bar baz',
keywords : 'foo, bar, baz',
author : 'quux baz',
website : 'http://foo.bar.baz'
});