Skip to content

beeforbacon/reacher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 64.8%
  • HTML 17.3%
  • TypeScript 12.7%
  • JavaScript 4.6%
  • Other 0.6%