Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.47 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.47 KB

Reacher

Use the Strike API to get paid to receive emails.

Find the website running at https://www.reacher.me.

Development

The solution was built using Visual Studio 2022. Open the reacher.sln solution and run the Reacher.app project to launch the website.

Configuration

This solution uses .NET user secrets to secure the secrets for the application.

You will need to set these secrets to run the Reacher.App and Reacher.Tests projects.

{
  "ConnectionStrings": {
    "AppDb": "[SQL Server Connection String]",
    "AzureStorage": "[Azure Storage Connection String]"
  },
  "Oidc": {
    "Issuer": "[https://auth.next.strike.me/]",
    "ClientId": "[Strike Client App ID]",
    "ClientSecret": "[Strike Client App Secret]"
  },
  "ReacherSettings": {
    "StrikeApiUrl": "[Strike API URL]",
    "StrikeApiKey": "[Strike API Key]",
    "SendGridApiKey": "[SendGrid API Key]"
  }
}

Contribution

Good ways to contribute are to try things out, file issues, join in design conversations, and make pull-requests.

If you would like to contribute in a more meaningful way, please contact us at [email protected]