Awesome
dgkala-api
A dead simple HTTP API for dgkala.
Installation
go get github.com/mamal72/dgkala-api
Usage
dgkala-api
You can also set ENV variables or run the app like this to change host or port:
HOST="localhost" PORT="5000" dgkala-api
Now you can send simple GET
http requests to following addresses:
http://HOST:PORT/search/:keyword
http://HOST:PORT/incredible-offers
.
Development
-
Clone the repository.
-
Edit the example config ENV config in
.env.example
file and addPORT
andHOST
. -
Rename
.env.example
to.env
. -
Build or run the app.
Ideas || Issues
Just create an issue and describe it. I'll check it ASAP!
Contribution
You can fork the repository, improve or fix some part of it and then send the pull requests back if you want to see them here. I really appreciate that. :heart:
License
Licensed under the MIT License.