Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.02 KB

TheBot

Facebook Bot for our entertainment platform winningeleven.ga

Features

  • Show all businesses currently registered on the website
  • Redirect to a business' page on the website
  • Show the activities of a business
  • Show all activities on the website
  • Redirect to an activitie's page on the website
  • Redirect to website's homepage

Development Guide


First step is to give me your heroku email so that I can add you as a contributer on heroku

Then you should be able to clone the app with heroku try using this:

heroku git:clone -a pacific-peak-81142

and you should be able to make commits as usual. Then to push your changes to heroku server try:

git push heroku master

And that's it! You should then see your changes on the Bo2loz facebook page.

I think we don't need to use github at all, but I added the code as a github repo here anyway

Here's what I did:

Added the github remote like this

git remote add github https://github.com/842Mono/TheBot.git

Then to push to github:

git push github master