Skip to content

💻 display popularity of programming languages by major US cities according to Indeed.com job postings

License

Notifications You must be signed in to change notification settings

loopDelicious/indeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indeed

GitHub

Regional Differences in Programming Languages

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

Blog post on Medium

Chart

Chart

For Development

Start React watcher

$ npm start

Run server

$ nodemon proxy.js

Start Redis to cache results every hour

$ redis-server

For Deployment

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

About

💻 display popularity of programming languages by major US cities according to Indeed.com job postings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published