Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teemow/concurl
https://github.com/teemow/concurl
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/teemow/concurl
- Owner: teemow
- License: mit
- Created: 2015-05-11T12:31:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T08:08:22.000Z (almost 7 years ago)
- Last Synced: 2024-04-23T18:52:08.655Z (9 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Concurl
A small tool that fetches an url and concats the output to its own payload
## Build
```
./build.sh
docker build -t concurl .
```