gaylordsolutions.TwitterWidget
1.1.0
dotnet add package gaylordsolutions.TwitterWidget --version 1.1.0
NuGet\Install-Package gaylordsolutions.TwitterWidget -Version 1.1.0
<PackageReference Include="gaylordsolutions.TwitterWidget" Version="1.1.0" />
paket add gaylordsolutions.TwitterWidget --version 1.1.0
#r "nuget: gaylordsolutions.TwitterWidget, 1.1.0"
// Install gaylordsolutions.TwitterWidget as a Cake Addin #addin nuget:?package=gaylordsolutions.TwitterWidget&version=1.1.0 // Install gaylordsolutions.TwitterWidget as a Cake Tool #tool nuget:?package=gaylordsolutions.TwitterWidget&version=1.1.0
gaylordsolutions.TwitterWidget
A TwitterWidget for the @cloudscribe project
The documentation for the TwitterWidget is lacking. However, the first version can be used in your cloudscribe project. As of the time of this writing, there are two items to manually change in your cloudscribe project:
- In the cloudscribe project's config folder, find the cloudscribeFeatures.cs file. Modify the SetupCloudscribeFeatures function by including the following line:
services.AddTwitterWidget(config.GetSection("TwitterOptions"));
right above the return. - In appsettings, add new configuration at the bottom of the file that resembles the below:
"TwitterOptions": { "Username": "", "TwitterConsumerKey": "", "TwitterConsumerSecret": "" }
You will need to enter your appropriate username, key, and secret from the Twitter developers site. I'll document more of the features and functionality shortly.
To test this, you should be able to spin up your cloudscribe project. Then, using Postman or some other tool, creat a POST request for https://localhost:44300/twitter/gettweets.
Comsuming the gettweets Response
You can consume the JSON results above or use the ViewComponent. If you choose the ViewComponent, you'll need to include a Default.cshtml view in your theme's Views\Shared\Components\RetrieveTweets folder. This project includes a sample to be used. The compiled view is not available in the cloudscribe project quite yet due to the way the cloudscribe middleware injects its own views.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Mvc (>= 2.1.1)
- Microsoft.AspNetCore.Mvc.ViewFeatures (>= 2.1.1)
- Microsoft.Extensions.Logging.Abstractions (>= 2.1.1)
- Microsoft.Extensions.Options (>= 2.1.1)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 2.1.1)
- Newtonsoft.Json (>= 11.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 1,555 | 10/12/2018 |