Skip to content

maku77/jquants-proxy

Repository files navigation

JQuants Proxy

JQuants Proxy is a Cloudflare Worker that proxies requests to JQuants API. This Worker is intended to be used by another Worker via Service Bindings.

Environment Variables

The following environment variables needs to be set in .dev.env:

JQUANTS_API_EMAIL=<Email for JQuants API>
JQUANTS_API_PW=<Password for JQuants API>

For production, by using wrangler secret command, you can set the environment variables.

$ wrangler secret put JQUANTS_API_EMAIL
$ wrangler secret put JQUANTS_API_PW

Development (run locally)

$ pnpm install
$ pnpm dev

Deployment

$ pnpm run deploy

About

Proxy worker for JQuants API

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages