Skip to content

alphaolomi/tigopesa-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TigoPesa API Documentation

This is an attempt to re-write the official Tigopesa docs in a developer friendly way. A lot of effort was spent to make this as accurate as possible, However, If there is any error/confusion please refer to the original documents.

Contributions

This documentation is created using mkdocs therefore in order run it locally you need to have python, pip and ofcourse mkdocs installed

Using venv

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Start the live-reloading docs server.

mkdocs serve

Now you can view the documentation by just going to http://localhost:8000

Licence

This is a MIT licensed project.

Contributing

If you want to help, just fork the repo and make changes and submit a Pull request.

🙌 Credits