This app is built with React Native using the Yahoo Finance API.
You will need Brew, NodeJS and Xcode.
Then, install the React Native command line tools:
npm install -g react-native-cli
Install Watchman and Flow:
brew install watchman
brew install flow
To run the application, navigate to its directory and run the command:
react-native run-ios
You might need to also to take care of Node dependencies using
npm install
npm start
If you have trouble with the version of Node, you can install a newer version using:
npm install -g n
n v4.1.2
# Verify the Node version
node -v
Do you see any errors or do you want to extend this app? Make a pull-request! They are very welcome.
MIT License. View the full license in LICENSE.