1.1.4 • Published 7 years ago

bmeta v1.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

bmeta

Build Status Code Climate Code Coverage npm Version JS Standard

HTML meta tag access

Installation

$ npm install bmeta --save

Usage

'use strict'

const { canonical } = require('bmeta')

// Get canonical path
console.log(canonical())

// Set canonical path
canonical.set('/cars/1/wheels')

Functions

Available functions

SignatureDescription
canonical(href)Set canonical path
ogp(values)Set OGP settings
title(titleText)Set title
twitter(values)Set twitter card settings

License

This software is released under the MIT License.

Links

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago