This project allows users to receive lightning tips and display them on stream like regular donations. Just login with Streamlabs and add your strike username. It is built using the Strike API and the Streamlabs API
This is a next.js project. To run it you need to install dependencies with yarn or npm
yarn
Then you will need to rename .env.example
to .env
and update it with your Strike API key and firebase database information. Then you can run the app with
yarn dev
Open http://localhost:3000 with your browser to see the result.