@applicaster/zapp-pipes-provider-general
v1.1.8
Published
General purpose data source provider for applicaster Zapp apps - includes ATOM XML, feed JSON and web urls
Downloads
1,750
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