Skip to content

Interactive Stock Charts powered by React and HighCharts with Markitondemand as data provider

License

Notifications You must be signed in to change notification settings

fzheng/stockcharts

Repository files navigation

Set Up

brew install memcached
brew services start memcached
cd /path/to/stockcharts
npm install
npm start

Then visit http://localhost:3000/

Changing the Port

You can change the port number by setting the $PORT environment variable before invoking any of the scripts above, e.g.,

PORT=3001 npm start

Flushing Memcached Server

echo 'flush_all' | nc localhost 11211

About

Interactive Stock Charts powered by React and HighCharts with Markitondemand as data provider

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published