5.0.0 • Published 3 years ago

rog v5.0.0

Weekly downloads
9
License
MIT
Repository
github
Last release
3 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

3 years ago

4.0.0

4 years ago

3.0.1

4 years ago

3.0.0

5 years ago

2.6.0

6 years ago

2.5.0

7 years ago

2.4.2

7 years ago

2.4.1

7 years ago

2.4.0

7 years ago

2.3.0

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago