mpaauw / quotecall

A stock-quoting app built in React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quotecall

A stock-quotation app built in React, currently a work in progress.

Current live build can be found here: http://quotecall.herokuapp.com/

Getting Started

Aside from cloning the quotecall code into your own repository, there is a small amount of additional setup required.

Since quotecall uses private API keys from the Quandl financial database, you'll need to set up your own account and key using these instructions.

In order to prevent exposing non-public API keys within this repository, the project's 'config.js' file - which holds sensitive data such as your private Quandl API key - has been .gitignore'd. Therefore, you will need to create it yourself.

After you have cloned quotecall locally, go ahead and drop a file into the root directory titled 'config.js', and paste the following code into it:

export const PROTECTED_KEY = '<YOUR API KEY HERE>';

Once you have created a valid Quandl account and generated an API key, paste the key string into the variable above and that's it, you're done!

About

A stock-quoting app built in React.


Languages

Language:JavaScript 94.4%Language:HTML 3.4%Language:CSS 2.1%