Skip to content

A meta tags extractor web app letting users extract meta tags from a URL & generate og:images.

Notifications You must be signed in to change notification settings

srestraj/metatags-generator

Repository files navigation

Meta Tags Extractor App

A meta tags extractor web app built using Next.js, Tailwind CSS, and TypeScript that enables users to extract meta tags from a given URL. Additionally, the app provides functionality to generate og:images that you can use for your own sites.

Features

  • Extract meta tags from a provided URL.
  • Generate og:images.
  • Built with Next.js for a fast and optimized web experience.
  • Styled using Tailwind CSS for a modern and responsive design.
  • TypeScript for improved developer experience and code quality.

Getting Started

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

  1. Clone the repository:
    git clone https://github.com/srestraj/metatags-generator.git
  2. Navigate to the project directory:
     cd metatags-generator
  3. Install dependencies:
    npm install

Running the App

Run npm run dev to start the dev server and visit http://localhost:3000 in your browser to access the app.

Usage

On the homepage, enter any URL in the input field and submit it to retrieve and display meta tags from that site.

Use the Generate og:image feature to create Open Graph images for social media sharing. You can choose from a variety of templates. More coming soon.

Technologies Used

About

A meta tags extractor web app letting users extract meta tags from a URL & generate og:images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published