use push notifications to play a (basic) twine story
need to write a good readme, bare with me
requires node and npm to be installed
npm install
- add environment variables for push notifciations to
.env
. you can use.env-sample
as an example
node main.js
you need to be running on
localhost
or a server with https for this to work push notifications do not work in all browsers
this project uses twine, something that makes creating a story people easy. it uses the twison json format exporter
you can see the current twison data in the twison.json
file
you can find an example over at: https://push-notification-twine.glitch.me/
it's based on the famous "im just waiting for a mate" video: https://www.youtube.com/watch?v=71DIT6hYXYo
you can remix this using glitch