Skip to content

treehouse-projects/java-fp-indeed-jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indeed Jobs

This repository accompanies the Treehouse course Introduction to Functional Programming.

This codebase is used to explore Java 8 functional programming concepts. It uses data from the job aggregator Indeed.

Current data is cached and included in the repository.

To refresh the job data

Sign up to be an Indeed publisher. Add your publisher key to the config.properties file, and set shouldRefresh in App.java.

Using this code

You can jump to a certain point in the course by checking out a tag. Tags are in the format of sXvY where, X is the stage number and Y is the video number. For instance to get your code set to the 4th video in stage 1, you would perform the following git command:

git checkout s1v4