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

https://github.com/michaelyuhe/open-graph-checker


https://github.com/michaelyuhe/open-graph-checker

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Open Graph Checker

Check your site's open graph meta tags at ease.

[Download in Chrome Web Store](https://chromewebstore.google.com/detail/open-graph-checker/oaidiikhhnkckmbgncnmgpbldfemeokf)

Generated from [Chrome Extension Starter](https://github.com/MichaelYuhe/chrome-extension-starter)

## Development

```bash
# Install dependencies
pnpm install

# Development
pnpm dev

# Build
pnpm build
```