https://github.com/serapath/webpage
Webpage Boilerplate Component
https://github.com/serapath/webpage
Last synced: about 1 year ago
JSON representation
Webpage Boilerplate Component
- Host: GitHub
- URL: https://github.com/serapath/webpage
- Owner: serapath
- License: mit
- Created: 2015-04-23T20:03:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T07:53:26.000Z (almost 5 years ago)
- Last Synced: 2023-04-10T02:51:27.574Z (about 3 years ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
});