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

https://github.com/mslinn/sinatrarequestexplorer

Dumps GET and POST parameters
https://github.com/mslinn/sinatrarequestexplorer

Last synced: 2 months ago
JSON representation

Dumps GET and POST parameters

Awesome Lists containing this project

README

        

# Sinatra Request Explorer

An exploratory web application using ruby Sinatra which dumps request parameters.
This is useful when integrating services.

# Getting started
## Native Ubuntu

```
$ sudo apt install rerun

$ bundle install

$ rerun ruby main.rb
````

## WSL / WSL2
`Rerun` does not work without the full Linux machinery.
```
$ bundle install

$ ruby main.rb
````

## All platforms
1. Point your web browser to http://localhost:9876
2. Run `./test`