tickerowl-github-stars
v1.0.15
Published
This is a sample TickerOwl app built using the TickerOwl App Base.
Downloads
76
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.json
file to update the app version. Make sure the name starts withtickerowl-
- Update the
src/index.ts
file to add your own app logic - Run
npm run build
to build the app - Update the
run-test.sh
file to with test inputs - Run
npm run test-run
to 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