Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rijkvanzanten/owen-wilson-wow-api-go
Just messing around with Go, nbd.
https://github.com/rijkvanzanten/owen-wilson-wow-api-go
Last synced: 28 days ago
JSON representation
Just messing around with Go, nbd.
- Host: GitHub
- URL: https://github.com/rijkvanzanten/owen-wilson-wow-api-go
- Owner: rijkvanzanten
- License: mit
- Created: 2022-09-04T14:41:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T22:44:56.000Z (about 2 years ago)
- Last Synced: 2024-06-21T19:52:59.666Z (5 months ago)
- Language: Go
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# (G)Owen Wilson WOW API
A Go port of the great [Owen Wilson Wow API](https://owen-wilson-wow-api.herokuapp.com). Just a way for me to practice some Go :-)
## References
- CodeCademy's Go intro course
- https://andela.com/insights/using-golang-to-create-a-restful-json-api/
- https://blog.logrocket.com/creating-a-web-server-with-golang/
- https://gobyexample.com/maps
- https://golangbyexample.com/json-response-body-http-go/
- https://golangdocs.com/golang-read-json-file
- https://stackoverflow.com/questions/14155122/how-to-call-function-from-another-file-in-go
- https://stackoverflow.com/questions/21362950/getting-a-slice-of-keys-from-a-map
- https://thenewstack.io/make-a-restful-json-api-go/
- https://winterflower.github.io/2017/08/20/the-asterisk-and-the-ampersand/
- https://www.digitalocean.com/community/tutorials/how-to-make-an-http-server-in-go
- https://www.digitalocean.com/community/tutorials/how-to-run-multiple-functions-concurrently-in-go
- https://www.digitalocean.com/community/tutorials/how-to-use-contexts-in-go
- https://www.digitalocean.com/community/tutorials/how-to-use-json-in-go
- https://www.geeksforgeeks.org/how-to-remove-duplicate-values-from-slice-in-golang/
- https://yourbasic.org/golang/for-loop-range-array-slice-map-channel/
- https://gist.github.com/josephspurrier/7686b139f29601c3b370