1.0.2 • Published 1 year ago

get-seo v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

get-seo

Quality Gate Status

This npm package provides a simple implementation for getting the seo title and description of a website.

Installation

npm i get-seo

Example usage

const { getSEO } = require('get-seo');

// ...

const seoGetter = new getSEO('https://www.example.com');

const title = await seoGetter.getTitle();
const description = await seoGetter.getDescription();

// ...

License

MIT

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago