An open API service indexing awesome lists of open source software.

https://github.com/d2verb/postbin


https://github.com/d2verb/postbin

Last synced: 2 months ago
JSON representation

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