Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 885 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 885 Bytes



Receive instant Bitcoin donations with Streamlabs alerts

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

https://dono.at

Development

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.