Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.04 KB

Vizi

A finance app built with React and uses Quandl finance api

Picture of viewer

Dev

$ npm install

Run

$ npm start

Also you have to add an ApiKey.json file to the data folder and add a valid api key (Uses Quandl API), format:

{
    "apiKey" : "INSERT_API_KEY_HERE"
}

Using

Main

  • React
  • Quandl Finance API
  • Webpack to package js and css and babel to transpile js and jsx
  • d3js for data visualization, c3js to create nice looking charts
  • MomentJS because dates suck to work with

React Components

License

MIT © Abhijeet Prasad