mirror of
https://github.com/public-apis/public-apis.git
synced 2025-06-02 02:41:54 +02:00
Add build script to generate JSON
This commit is contained in:
parent
ecf6724d51
commit
8c30db8a97
1 changed files with 4 additions and 0 deletions
4
build/build.sh
Normal file
4
build/build.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
node md2json.js ../README.md > ../json/api.json
|
||||
cat ../json/api.json
|
Loading…
Add table
Add a link
Reference in a new issue