@applicaster/zapp-pipes-provider-general

General purpose data source provider for applicaster Zapp apps - includes ATOM XML, feed JSON and web urls

Usage no npm install needed!

<script type="module">
  import applicasterZappPipesProviderGeneral from 'https://cdn.skypack.dev/@applicaster/zapp-pipes-provider-general';
</script>

README

Zapp-pipes-provider-General

This repo contains the general provider for the zapp-pipes datasource plugin library.

how to use

  • clone this repo
  • install dependencies with yarn
  • run npm start to start the test server

how to publish on npm

In order to publish a new version of this package, you must make sure you have a valid npm auth token set up in your global ~/.npmrc file

  • make sure to update the package version accordingly, respecting the semver guidelines
  • run npm publish