majidhameed / treehouse-projects.java-fp-indeed-jobs

Project used with the Introduction to Functional Programming in Java course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Project used with the Introduction to Functional Programming in Java course


Languages

Language:Java 100.0%