pjasiun / fuma

Fussball Manager for Slack
MIT License
4 stars 4 forks source link

How to use this? #56

Open rubenstolk opened 7 years ago

rubenstolk commented 7 years ago

Would be nice to have some docs!

pjasiun commented 7 years ago

It would, indeed. ;)

I have a plan to publish Fuma and a Slack plugin, together with the installation guide. But, since it's my pet project, I don't spend much time on it recently.

rubenstolk commented 7 years ago

Ahhh... we would send you beers and invite you for a game of fussball if you did :)

rubenstolk commented 7 years ago

But would it be easy for me to set it up in the meanwhile, on Heroku or whatever?

pjasiun commented 7 years ago

I hope so. It's simple node server which saves all data in JSON files, to avoid database installation. All you need to do is to configure config.json based on https://github.com/pjasiun/fuma/blob/master/config.json.tmp and then run: node app.js.

Then you should be able to add "Slash Commands" to your Slack. There should be nothing tricky.