Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 540 Bytes

File metadata and controls

15 lines (10 loc) · 540 Bytes

Yield.IO

Yield.IO is a React/Redux/Chartjs/AWS Lambda example app which displays US Treasury bond yield charts and updates them daily. The data is retrieved from the US Treasury web site.

The AWS lambda backend updates a Twitter feed when new results are available.

To build and run the client execute the following:

cd client
npm install
npm build-css
npm start