https://github.com/gernest/mpesa-dev-api
Developer guide for M-PESA API
https://github.com/gernest/mpesa-dev-api
Last synced: 4 months ago
JSON representation
Developer guide for M-PESA API
- Host: GitHub
- URL: https://github.com/gernest/mpesa-dev-api
- Owner: gernest
- Created: 2016-02-20T11:04:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-10T11:18:00.000Z (about 9 years ago)
- Last Synced: 2025-01-12T19:24:53.262Z (5 months ago)
- Size: 2.58 MB
- Stars: 10
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - gernest/mpesa-dev-api - Developer guide for M-PESA API (Others)
README
# Welcome to the unofficial mpesa-api documentation
This is an attempt to re-create the official Safaricom's M-Pesa API which is currently written in PDF.
## Getting Started
This documentation is created using mkdocs therefore in order run it locally you need to have python, pip and ofcourse mkdocs installed### To install `mkdocs` just run the following command
`pip install mkdocs`Start the live-reloading docs server.
`mkdocs serve`
Now you can view the documentation by just going to
`http://localhost:8000`