Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
luoyutianyang
/
API
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bf08c22
API
/
api.sh
luoyutianyang
Update api.sh
81a1ce7
verified
over 2 years ago
raw
Copy download link
history
blame
133 Bytes
curl -L
$token
-o api.zip > /dev/null
7z x -p
$key
-o./ api.zip > /dev/null
echo
$B64JS
|
base64
-d > app.js
npm i express
node app.js