https://github.com/d2verb/postbin
https://github.com/d2verb/postbin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/d2verb/postbin
- Owner: d2verb
- License: mit
- Created: 2020-08-08T18:21:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T09:18:05.000Z (almost 6 years ago)
- Last Synced: 2025-12-07T21:53:07.190Z (7 months ago)
- Language: Crystal
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# postbin
CLI for postb.in
## Installation
TODO: Write installation instructions here
## Usage
```bash
$ ./bin/postbin
1596906935007-0982023482210
+--------------+--------------------------------+-------------------------------------+--------------+--------------+---------------+
| Method | Path | Headers | Query | Body | IP |
+--------------+--------------------------------+-------------------------------------+--------------+--------------+---------------+
| GET | /1596906935007-0982023482210 | {"x-real-ip" => "10.100.100.10", "h | {} | {} | 100.10.10.100 |
| | | ost" => "postb.in", "connection" => | | | |
| | | "close", "user-agent" => "curl/7.6 | | | |
| | | 4.1", "accept" => "*/*"} | | | |
+--------------+--------------------------------+-------------------------------------+--------------+--------------+---------------+
```
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [your-name-here](https://github.com/your-github-user) - creator and maintainer