https://github.com/journy-io/web-types
🦺 Enables type-safe usage of our website snippet
https://github.com/journy-io/web-types
analytics cdp typescript web
Last synced: 11 days ago
JSON representation
🦺 Enables type-safe usage of our website snippet
- Host: GitHub
- URL: https://github.com/journy-io/web-types
- Owner: journy-io
- License: mit
- Created: 2021-10-19T08:52:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T14:27:23.000Z (over 4 years ago)
- Last Synced: 2025-10-06T16:02:41.473Z (9 months ago)
- Topics: analytics, cdp, typescript, web
- Language: TypeScript
- Homepage: https://developers.journy.io/
- Size: 419 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web types

[](https://www.npmjs.com/package/@journyio/web-types)
Enables type-safe usage of our website snippet. A full web SDK will be released later this year.
## 💾 Installation
You can use your package manager (`npm` or `yarn`) to install:
```bash
npm install --save @journyio/web-types
```
or
```bash
yarn add @journyio/web-types
```
## 🔌 Getting started
💡 You can find the snippet in the website settings
```ts
import "@journyio/web-types";
```
You can find documentation for the web snippet [here](https://developers.journy.io).
## 🔒 Security
If you discover any security related issues, please email security at journy io instead of using the issue tracker.