文件名称:stock-history:使用alphavantage API并使用ChartJS呈现数据
文件大小:183KB
文件格式:ZIP
更新时间:2024-05-17 11:36:45
JavaScript
ReactJS简单应用程序,使用alphavantage API并通过ChartJS呈现响应数据 设置和运行 Yarn install或npm install (安装软件包) Yarn start或npm start (服务应用程序) Yarn test或npm test (运行测试) 设置Alphavantage 从以下位置获取免费key : : 复制.env.example并将其重命名为.env 里面.ENV替代的价值REACT_APP_STOCK_API_KEY与alphavantage key
【文件预览】:
stock-history-master
----.gitignore(914B)
----__mocks__()
--------styleMock.js(20B)
--------fileMock.js(34B)
----README.md(551B)
----public()
--------manifest.json(311B)
--------index.html(2KB)
--------favicon.ico(4KB)
----__tests__()
--------components()
--------reducers()
----package.json(1KB)
----src()
--------components()
--------containers()
--------index.css(69B)
--------actions()
--------testsConfig.js(123B)
--------registerServiceWorker.js(5KB)
--------middlewares()
--------reducers()
--------index.js(812B)
--------shared()
----.babelrc(275B)
----yarn.lock(270KB)
----.env.example(122B)
----package-lock.json(401KB)