1.0.1 • Published 4 months ago

get-seo v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months 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.1

4 months ago

1.0.0

5 months ago