Updated README.md

This commit is contained in:
Naffah Abdulla Rasheed
2021-04-26 11:25:57 +05:00
parent 4d11af5658
commit ce455ec294
2 changed files with 27 additions and 7 deletions

View File

@ -1,19 +1,39 @@
# Bank of Maldives CLI written in bash # bml-cli
Under development, lots of things are broken. If possible, pr ascii art lmao. BML CLI written in bash. This project is currently under development, and a lots of things are broken. If possible, pr ascii art lmao.
## Requirements ## Requirements
`curl` `jq` `curl` `jq`
## known bugs ## Bugs
- colored texts do not work in termux - Colored texts do not work in Termux
## Installation ## Installation
```
git clone https://github.com/shihaamabr/bmlcli
cd bmlcli/ ### Recommended
```
git clone https://github.com/shihaamabr/bml-cli
cd bml-cli/
chmod +x bml.sh chmod +x bml.sh
./bml.sh ./bml.sh
``` ```
### Not Recommended
```
chmod +x install.sh
./install.sh
```
## Todo
- [x] Get today's history
- [x] Get Account details
- [x] Get contacts
- [x] Add contacts
- [x] Delete contacts
- [ ] Get history from a date range
- [ ] Make Transfer to a given account number
- [ ] Make transfers to contact

0
pasrjsontest.sh → paser_json_test.sh Executable file → Normal file
View File