Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.09 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.09 KB

WebSharper Push API Binding

This repository provides an F# WebSharper binding for the Push API, enabling seamless integration of push notifications into WebSharper applications.

Repository Structure

The repository consists of two main projects:

  1. Binding Project:

    • Contains the F# WebSharper binding for the Push API.
  2. Sample Project:

    • Demonstrates how to use the Push API with WebSharper syntax.

Installation

To use this package in your WebSharper project, add the NuGet package:

   dotnet add package WebSharper.Push

Building

Prerequisites

Steps

  1. Clone the repository:

    git clone https://github.com/dotnet-websharper/Push.git
    cd Push
  2. Build the Binding Project:

    dotnet build WebSharper.Push/WebSharper.Push.fsproj
  3. Build and Run the Sample Project:

    cd WebSharper.Push.Sample
    dotnet build
    dotnet run