WebApp for mastodon
Dependencies: Node, MongoDB
https://luckyapps.herokuapp.com/
- BirdKiller
- Monitor the local timeline of Mastodon and automatically mute the specified client name. (mainly targeted to Twitter multi-post clients)
git clone https://github.com/luckybeastakatheboss/luckyapps.git
npm i
npm run dev
Note: MongoDB connection required. (mongodb://localhost/luckyapps
is used)
Heroku settings:
- mLab MongoDB
- Config Variables
- specify session secret to
SESSION_SECRET
- specify session secret to
See: Heroku Document
Deploy:
git push heroku master