Skip to content

AbhiPrasad/vizi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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