Skip to content

Instantly share code, notes, and snippets.

@jwulf
Last active March 4, 2020 16:09
Show Gist options
  • Save jwulf/b220dc3413b94d3274022f0f68571293 to your computer and use it in GitHub Desktop.
Save jwulf/b220dc3413b94d3274022f0f68571293 to your computer and use it in GitHub Desktop.
const makeProject = i => ({
Project_ID: i.id,
Project_Name: i.name,
Project_Start_Date: i.starts_at,
Project_End_Date: i.ends_at,
Project_Status: i.project_state
})
const projects = content.map(makeProject)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment