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