Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurarakelyan/websitemetagetter
🌐 A powerful tool that checks Meta Tags of any website.
https://github.com/arthurarakelyan/websitemetagetter
nextjs react typescript
Last synced: about 1 month ago
JSON representation
🌐 A powerful tool that checks Meta Tags of any website.
- Host: GitHub
- URL: https://github.com/arthurarakelyan/websitemetagetter
- Owner: ArthurArakelyan
- Created: 2023-11-26T10:47:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T19:55:20.000Z (10 months ago)
- Last Synced: 2024-11-24T18:14:22.862Z (about 1 month ago)
- Topics: nextjs, react, typescript
- Language: TypeScript
- Homepage: https://websitemetagetter.vercel.app
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website Meta Getter
![website-meta-getter](https://github.com/ArturArakelyan0411/websitemetagetter/assets/71519856/81a0a465-6552-45c6-815d-5321b7081a10)
Website Meta Getter is a powerful tool that checks Meta Tags of any website.
The website uses [Next.js App Router](https://nextjs.org/docs/getting-started/project-structure)
The website is deployed on [Vercel](https://vercel.com)
Production: https://websitemetagetter.vercel.app
Local: http://localhost:3000
## Project setup
This project uses `yarn` as a package manager.
Node version: `18.7.1`
Yarn version: `1.22.21`
### Install Dependencies
```bash
yarn
```### Run Development Server
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
```bash
yarn dev
```### Build
```bash
yarn build
```### Run Production Server
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
```bash
yarn buildyarn start
```## Tech Stack