Basic services for developers including placeholder generation, QR code generation
Pakadali is toy project that provides some APIs that may be useful to developers.
The following services are available:
$ curl -G https://pakadali.herokuapp.com/img/400x400
$ curl -G "https://pakadali.herokuapp.com/qr/generate/100?content=The%20text%20in%20the%20QR%20code" -o image.png
There’s a form here https://pakadali.herokuapp.com/wa2json.html
Or you can do it programmatically
$ curl -X POST -F "file=@./ExportedChat.txt" https://pakadali.herokuapp.com/wa/chat2json
This project requires JDK 15+ to build.
$ git clone https://github.com/zikani03/pakadali
$ cd pakadali
$ ./gradlew build
$ java -Dspark.port=8080 -jar build/libs/pakadali-0.1.0-SNAPSHOT-all.jar
Try visiting http://localhost:8080/img/500x500
you should get 500 x 500 PNG image.
Copyright (c) 2020, Zikani Nyirenda Mwase