**images**-api

This commit is contained in:
unknown 2021-10-27 21:39:14 +07:00
parent fbc797bedb
commit d8f1f37a29

View File

@ -1,6 +1,6 @@
# DuckDuckGo-image-api # DuckDuckGo-image-api
This project is Go adaptation of Python3 forked [duckduckgo-image-api](https://github.com/joeyism/duckduckgo-images-api) . I made this modules because this module will be need in my future project . This project is Go adaptation of Python3 forked [duckduckgo-images-api](https://github.com/joeyism/duckduckgo-images-api) . I made this modules because this module will be need in my future project .
Contribution are always welcome Contribution are always welcome
@ -36,4 +36,4 @@ func main() {
fmt.Print(hunsen.Results) fmt.Print(hunsen.Results)
} }
``` ```