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

https://github.com/tupton/form-post-poc

A simple proof-of-concept of how a form can POST. And an iframe!
https://github.com/tupton/form-post-poc

Last synced: 3 months ago
JSON representation

A simple proof-of-concept of how a form can POST. And an iframe!

Awesome Lists containing this project

README

        

Run the server:

```sh
python server.py
```

Load the index page in a browser:

```
http://localhost:8080
```

Click "Refresh". You can change the field value in the form, too.