Data visualization using React-Chartjs to illustrate the most popular programming languages by US city according to Indeed.com job search results from the previous 15 days.
Deployed using NGINX and Digital Ocean
Start React watcher
$ npm start
Run server
$ nodemon proxy.js
Start Redis to cache results every hour
$ redis-server
Secure shell into remote server
Install dependencies
# npm install -g react-scripts
# npm install -g forever
Update repository - or clone if the first time
# git clone
Build react files
# npm run build
Start Redis and daemonize server
# sudo apt-get install redis-server
# forever start src/proxy.js