https://github.com/ctwhome/tauri-multiwebview-test

Cross-platform Tauri app demonstrating multiwebview on desktop and OpenGraph cards on mobile

https://github.com/ctwhome/tauri-multiwebview-test

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.1%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Cross-platform Tauri app demonstrating multiwebview on desktop and OpenGraph cards on mobile

Basic Info
  • Host: GitHub
  • Owner: ctwhome
  • License: mit
  • Language: Rust
  • Default Branch: main
  • Size: 227 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 11 months ago · Last pushed 11 months ago
Metadata Files
Readme Contributing License

.github/README.md

GitHub Repository Setup

Creating the Repository

  1. Go to GitHub and create a new repository
  2. Repository name: tauri-multiwebview-test
  3. Description: Copy from REPOSITORY_DESCRIPTION.md
  4. Visibility: Public (recommended) or Private
  5. Do NOT initialize with README, .gitignore, or license (we already have them)

Push Commands

After creating the empty repository on GitHub:

```bash

Add remote

git remote add origin https://github.com/YOUR_USERNAME/tauri-multiwebview-test.git

Push to GitHub

git push -u origin main ```

Repository Settings

Recommended Topics

Add these topics to your repository: - tauri - multiwebview - opengraph - rust - android - cross-platform - webview

About Section

  • Website: (optional) Link to live demo
  • Topics: Add the topics above
  • Description: Use the short description from REPOSITORY_DESCRIPTION.md

GitHub Pages (Optional)

If you want to host a demo: 1. Go to Settings → Pages 2. Source: Deploy from a branch 3. Branch: main 4. Folder: /docs (create if needed)

Security

  1. Go to Settings → Security
  2. Enable Dependabot alerts
  3. Enable Dependabot security updates

Badges for README

Add these to your README if desired:

markdown ![GitHub stars](https://img.shields.io/github/stars/YOUR_USERNAME/tauri-multiwebview-test) ![GitHub issues](https://img.shields.io/github/issues/YOUR_USERNAME/tauri-multiwebview-test) ![GitHub license](https://img.shields.io/github/license/YOUR_USERNAME/tauri-multiwebview-test)

Example Repository Structure

tauri-multiwebview-test/ ├── .github/ │ └── README.md (this file) ├── src/ │ ├── assets/ │ ├── index.html │ ├── main.js │ ├── OGCard.js │ └── *.css ├── src-tauri/ │ ├── src/ │ ├── Cargo.toml │ └── tauri.conf.json ├── README.md ├── LICENSE ├── CONTRIBUTING.md ├── BUILD_ANDROID.md └── package.json

Owner

  • Name: Jesse Gonzalez
  • Login: ctwhome
  • Kind: user
  • Location: Amsterdam (Netherlands)
  • Company: Netherlands eScience Center

Research Engineer at @NLeSC

GitHub Events

Total
  • Create event: 1
Last Year
  • Create event: 1

Dependencies

src-tauri/Cargo.lock cargo
  • 541 dependencies
src-tauri/Cargo.toml cargo
package.json npm
  • @tauri-apps/cli ^2 development