Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ujjwalguptaofficial/readmeta

Cli for previewing meta tags for web application.
https://github.com/ujjwalguptaofficial/readmeta

cli metatags previewer render spa

Last synced: 23 days ago
JSON representation

Cli for previewing meta tags for web application.

Awesome Lists containing this project

README

        

# readmeta

readmeta is cli package built in nodejs. It helps you to test and preview your meta tags. You can get all your meta tags just by runing a single command.

readmeta also support single page application which change meta tags at run time.

# Install

npm i readmeta -g

**Note:** - You might get permission issue while installing this package. In this case please run command as sudo or with admin priviledge.

### Still not working

try this

```
sudo npm i readmeta -g --unsafe-perm=true
```

# Example

## Fetch meta

This will show all meta tags in console

```
readmeta --url=google.com
```

OR (with http included)

```
readmeta --url=http://google.com
```

## Preview meta

This will open a browser and show how your app will be previewed in different app like facebook, whatsapp, twitter etc.

```
readmeta --url=http://google.com --preview
```