mirror of
https://github.com/public-apis/public-apis.git
synced 2025-07-08 04:07:51 +02: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
|