Skip to content

affixapi/axios-example

Repository files navigation

axios-example

release

instructions

npm i

npm run exec -- src/index.ts

or

npm test -- test/axios.test.ts --watch

proxy

since repo is public, for proxy url, load creds in PROXY_CREDS env var

export PROXY_CREDS="user:pass" npm run exec -- src/index.ts
export PROXY_CREDS="user:pass" npm test -- test/axios.test.ts --watch