Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
JammingJazz/quote-api
cINAWGD
/
quote-api
like
0
Building
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
quote-api
/
index.js
akkun3704
Upload folder using huggingface_hub
5ae7e18
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
62 Bytes
require
(
'dotenv'
).
config
({
path
:
'./.env'
})
require
(
'./app'
)