UNPKG

code-coast-momo-api

Version:

MTN Mobile Money API Client for NodeJS written in TypeScript

78 lines (40 loc) 892 B
### Contributing Guidelines 1. Fork this repo. Please be sure to use the current _master_ branch as your starting point: ```bash https://github.com/sparkplug/momoapi-node ``` 2. You'll be redirected to: ```bash https://github.com/your-username/momoapi-node ``` 3. Clone the repository: ```bash git clone https://github.com/your-username/momoapi-node.git ``` 4. Install the project dependencies: ```bash npm install ``` or ``` yarn ``` 5. Open in the text editor of your choice 6. Create a New Branch from _master_: Please make the branch name descriptive. ```bash cd momoapi-node git branch new-branch git checkout new-branch ``` 7. Make your edits locally: ```bash git add -A ``` 8. Commit the changes: ```bash git commit -m "Commit Message Here" ``` 9. Submit a pull request: ```bash git push --set-upstream origin new-branch-name ```