mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
6 lines
163 B
Bash
6 lines
163 B
Bash
#!/bin/bash
|
|
|
|
mkdir -p ../json
|
|
node md2json.js ../README.md > ../json/api.min.json
|
|
python -m json.tool ../json/api.min.json > ../json/api.json
|
|
cat ../json/api.json
|