-
Notifications
You must be signed in to change notification settings - Fork 502
Clean up codebase #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| * GroupMe account | ||
| * Heroku account | ||
| * [Heroku Toolbelt](https://toolbelt.heroku.com/) | ||
| * [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heroku Toolbelt is now called Heroku CLI.
|
|
||
| $ heroku git:clone -a YOUR_APP_NAME_HERE | ||
| ```sh | ||
| heroku git:clone -a YOUR_APP_NAME_HERE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Syntax highlighting!
| To test your bot locally, open terminal and run the following command to start a local server. | ||
|
|
||
| $ foreman start | ||
| ```sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Foreman seems nonstandard
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "name": "node-js-getting-started", | |||
| "name": "bot-tutorial", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was never changed from wherever it was copied from.
README.md
Outdated
| @@ -1,8 +1,9 @@ | |||
| # Sample GroupMe NodeJS Callback Bot | |||
| # Sample GroupMe NodeJS Bot | |||
| [**Python**](https://github.com/groupme/bot-tutorial-nodejs) | **JavaScript** | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #33! I have created a Python version of this package which I would love to transfer to the GroupMe GitHub org for public benefit.
I made a few changes to clean up and modernize this repository a bit.