Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctron/analytics-next-rs
Rust wrapper for @segment/analytics-next the web
https://github.com/ctron/analytics-next-rs
Last synced: 4 days ago
JSON representation
Rust wrapper for @segment/analytics-next the web
- Host: GitHub
- URL: https://github.com/ctron/analytics-next-rs
- Owner: ctron
- License: apache-2.0
- Created: 2023-08-25T12:10:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-15T15:37:59.000Z (10 months ago)
- Last Synced: 2024-11-06T12:05:50.640Z (7 days ago)
- Language: JavaScript
- Size: 253 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust wrapper for `analytics-next`
[![CI](https://github.com/ctron/analytics-next-rs/workflows/CI/badge.svg)](https://github.com/ctron/analytics-next-rs/actions?query=workflow%3A%22CI%22)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/tag/ctron/analytics-next-rs?sort=semver)](https://github.com/ctron/analytics-next-rs/releases)
[![crates.io](https://img.shields.io/crates/v/analytics-next.svg)](https://crates.io/crates/analytics-next)
[![docs.rs](https://docs.rs/analytics-next/badge.svg)](https://docs.rs/analytics-next)## Example
For running the example, you need to provide a Segment.io *writekey*. Place it into the file
`examples/yew/src/writekey.txt` and then start serve the example:```
cd examples/yew
trunk serve
```