Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sadok-f/lorem-go
Simple HTTP server to generate a Lorem Ipsum json response written in Go
https://github.com/sadok-f/lorem-go
Last synced: 24 days ago
JSON representation
Simple HTTP server to generate a Lorem Ipsum json response written in Go
- Host: GitHub
- URL: https://github.com/sadok-f/lorem-go
- Owner: sadok-f
- Created: 2019-06-21T09:52:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T14:03:40.000Z (over 5 years ago)
- Last Synced: 2024-05-23T05:12:16.409Z (6 months ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lorem-go
Simple HTTP server to generate a Lorem Ipsum json response written in Go### Run the applicaiton as docker container
make run### Push the Docker image to docker.io
make push