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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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 | 829 | 10/12/2018 |