tickerowl-producthunt
v1.0.15
Published
This is a sample TickerOwl app built using the TickerOwl App Base.
Downloads
19
Readme
Sample TickerOwl App
This is a sample TickerOwl app built using the TickerOwl App Base.
Building blocks
- The information that is displayed on the device is called Slide.
- An App can take user inputs, do some processing (async) and return slides to be displayed.
- Each Slide has a type and the information to be displayed.
How to make your own app
- Clone this repo
- Update the
package.jsonfile to update the app version. Make sure the name starts withtickerowl- - Update the
src/index.tsfile to add your own app logic - Run
npm run buildto build the app - Update the
run-test.shfile to with test inputs - Run
npm run test-runto test the app - If everything looks good, push the package to NPM by running
npm publish - Let @pramodk73 know and he will review and add it to the list of available apps
