@timseverien/webcommunicators
TypeScript icon, indicating that this package has built-in type declarations

0.11.0 • Public • Published

@timseverien/webcommunicators

A crowd-sourced list of people who communicate about web and web development.

Usage

To install, run:

npm i @timseverien/webcommunicators

You can then import and use the list:

import communicators from '@timseverien/webcommunicators';

console.log(communicators);

Example of a communciator

{
	name: 'Example',
	languages: ['en'],
	channels: [
		{
			type: 'BLOG',
			url: 'https://example.com/',
			feedUrl: 'https://example.com/feed.xml',
		},
		{
			type: 'MASTODON',
			serverDomain: 'example.com',
			username: 'example',
		},
		{
			type: 'TWITTER',
			username: 'example',
		},
	],
}

For the full list of channels and their properties, see src/channel.ts.

Add or remove communicators

See the Contributing Guide.

/@timseverien/webcommunicators/

    Package Sidebar

    Install

    npm i @timseverien/webcommunicators

    Weekly Downloads

    0

    Version

    0.11.0

    License

    MIT

    Unpacked Size

    65.6 kB

    Total Files

    13

    Last publish

    Collaborators

    • timseverien