Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphaolomi/tigopesa-docs
How the TigoPesa API Documentation should look like
https://github.com/alphaolomi/tigopesa-docs
api-documentation tigo tigopesa tigopesa-api tigopesa-tanzania tigopesa-tz
Last synced: about 1 month ago
JSON representation
How the TigoPesa API Documentation should look like
- Host: GitHub
- URL: https://github.com/alphaolomi/tigopesa-docs
- Owner: alphaolomi
- Created: 2016-06-23T17:27:25.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T17:47:54.000Z (over 1 year ago)
- Last Synced: 2024-05-21T05:14:18.962Z (7 months ago)
- Topics: api-documentation, tigo, tigopesa, tigopesa-api, tigopesa-tanzania, tigopesa-tz
- Homepage: https://tigopesa-docs.netlify.app/
- Size: 7.1 MB
- Stars: 33
- Watchers: 9
- Forks: 12
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://pypi.org/project/pip/) and ofcourse [`mkdocs`](https://www.mkdocs.org/) installed
Using venv
```bash
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```Start the live-reloading docs server.
```sh
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
- [Alpha Olomi](https://github.com/alphaolomi) for the original API documentation
- [Contributors](https://github.com/alphaolomi/tigopesa-docs/graphs/contributors)