nexmo-community / send-an-sms-with-blazor

Send and Sms with blazor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send an Sms with Blazor

This demo shows how to send an Sms with Blazor.

Prerequisites

Configure

Set the Vonage_API_KEY and Vonage_API_SECRET fields in the appsettings.json file with the appropriate fields from your Dashboard.

Running the App

From your terminal cd into the root directory of this repo and simply run the command dotnet run in your console. It will tell you what port it's running on - just navigate to localhost:portNumber and you'll be able to send an SMS.

About

Send and Sms with blazor

License:MIT License


Languages

Language:HTML 44.6%Language:C# 32.3%Language:CSS 23.1%