@tracking-exposed/widget-rss-feeds

An UI widget to construct valid RSS feed URL's.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@tracking-exposed/widget-rss-feeds
010.8.06 years ago6 years agoMinified + gzip package size for @tracking-exposed/widget-rss-feeds in KB

Readme

@tracking-exposed/widget-rss-feeds
An UI widget to construct valid RSS feed URL's.

Synopsis

License: GPL v3 npm version Build Status Coverage Status

Usage

This widget is a Preact that uses preact-habitat to render inside an existing HTML page. Begin by building a bundle:
$ pwd  # ~/tracking-exposed
$ yarn install
$ yarn bootstrap
$ yarn compile:widgets

To deploy to a server, use the provided index.html or replicate the integration in an existing HTML page by following the structure of the file. The HTML page has to fetch the following external dependencies:
  • The tachyons CSS library.
  • The preact JS library.

See index.html for example snippets.
The following files must be copied:
  • index.html
  • bundle/*

and supply the all-entities.json file that gets generated by processor-entities in the same directory as the index.html.
Alternatively copy the require JSON file and run a simple HTTP server with packages/widget-rss-feeds as root:
npx serve   # This will open a local HTTP server on port 5000

FAQ

Want to contribute to tracking-exposed/widget-rss-feeds?

Check out our CONTRIBUTING.md to get started.