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

https://github.com/maxstalker/flow-playground-scripts


https://github.com/maxstalker/flow-playground-scripts

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

          

# How to use
You will need to open Dev Tools `(usually you will need to press F12)` in your browser and paste provided code:

```
var script = document.createElement("script");
document.body.appendChild(script);
script.src = "https://maxstalker.github.io/flow-playground-scripts/export-files.js";
```