Use the Strike API to get paid to receive emails.
Find the website running at https://www.reacher.me.
The solution was built using Visual Studio 2022. Open the reacher.sln
solution and run the Reacher.app
project to launch the website.
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]"
}
}
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]