1.0.0-beta.4 • Published 2 years ago
@indiekit/syndicator-twitter v1.0.0-beta.4
@indiekit/syndicator-twitter
Twitter syndicator for Indiekit.
Installation
npm i @indiekit/syndicator-twitter
Requirements
A set of Twitter API keys. You can get these from https://developer.twitter.com.
Usage
Add @indiekit/syndicator-twitter
to your list of plug-ins, specifying options as required:
{
"plugins": ["@indiekit/syndicator-twitter"],
"@indiekit/syndicator-twitter": {
"user": "username",
"checked": true,
"forced": true
}
}
Options
Option | Type | Description |
---|---|---|
accessToken | string | Your Twitter access token. Required, defaults to process.env.TWITTER_ACCESS_TOKEN . |
accessTokenSecret | string | Your Twitter access token secret. Required, defaults to process.env.TWITTER_ACCESS_TOKEN_SECRET . |
apiKey | string | Your Twitter API key. Required, defaults to process.env.TWITTER_API_KEY . |
apiKeySecret | string | Your Twitter API secret key. Required, defaults to process.env.TWITTER_API_KEY_SECRET . |
user | string | Your Twitter username (without the @ ). Required. |
checked | boolean | Tell a Micropub client whether this syndicator should be enabled by default. Optional, defaults to false . |
forced | boolean | Ignore the presence or value of checked and always syndicate. Optional. |
1.0.0-beta.4
2 years ago
1.0.0-beta.3
2 years ago
1.0.0-beta.0
3 years ago
1.0.0-beta.1
3 years ago
1.0.0-alpha.16
3 years ago
1.0.0-alpha.18
3 years ago
1.0.0-alpha.13
3 years ago
1.0.0-alpha.9
3 years ago
1.0.0-alpha.10
3 years ago
1.0.0-alpha.12
3 years ago
1.0.0-alpha.5
3 years ago
1.0.0-alpha.0
3 years ago
0.3.0
3 years ago
0.2.0
4 years ago
0.1.3
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago
0.1.0-alpha.22
4 years ago
0.1.0-alpha.21
4 years ago
0.1.0-alpha.16
5 years ago
0.1.0-alpha.15
5 years ago