https://github.com/ufocoder/astro-yandex-metrika
https://github.com/ufocoder/astro-yandex-metrika
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ufocoder/astro-yandex-metrika
- Owner: ufocoder
- Created: 2023-09-19T09:01:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T12:16:56.000Z (over 1 year ago)
- Last Synced: 2025-04-26T14:44:48.542Z (about 1 year ago)
- Language: Astro
- Size: 3.91 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Yandex Metrika
Astro component for Yandex Metrika
## Installation
```bash
npm install astro-yandex-metrika
```
## Usage
```astro
---
import { YandexMetrika } from 'astro-yandex-metrika';
const counterId = import.meta.env.YANDEX_METRIKA_ID;
---
```