5.0.0 • Published 4 years ago

rog v5.0.0

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

rog

Retrieve open graph data from passing URL.

Build Status Dependency Status devDependency Status

Install

Install rog and its plugins.

$ npm install rog
$ npm install rog-plugin-title

Usage

const rog = require('rog');

rog('http://google.com', {}, {
  title: require('rog-plugin-title')
}).then(data => {
  console.log(data.title); // => <meta property="og:title" content="...">
}).catch(error => {
  console.error(error);
});

Plugins

License

MIT © Shogo Sensui

5.0.0

4 years ago

4.0.0

5 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.6.0

8 years ago

2.5.0

8 years ago

2.4.2

9 years ago

2.4.1

9 years ago

2.4.0

9 years ago

2.3.0

9 years ago

2.2.2

9 years ago

2.2.1

9 years ago

2.2.0

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.2

9 years ago

2.0.1

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago