8000 GitHub - pjosephobrien/week-2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pjosephobrien/week-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Week 2

As always: make a copy of this repository to commit changes to

Week 1 Review

Git/Github addendum

  • Forking
  • Pull requests

Javascript Fundamentals

  • Data types
  • Conditions
  • Arrays

Javascript Functions

  • Organization
  • Composition
  • Side-effects/purity

Underscore & Imports

  • API exploration
  • Mapping; filtering

Assignment

Code Academy

Project

We're producing a simple map to help people find health centers in the Philadelphia area. Our application has two goals: First, we want to know where the health centers are located within the zip codes from 19140 to 19149 (inclusive).

  • Markers should be made draggable with a custom Options object
  • All and only markers found within the zip code range from 19140 to 19149 (inclusive) should appear
  • Each marker should have custom content that comes up in a dialog when clicked which tells us the location name

Second, we'd like to provide users with the ability to export our data in a simplified CSV format. We can provide this to them in console printouts.

< 53D7 ul dir="auto">
  • On application start, console.log EITHER:
    • An array for the keys and an array for each 'row' OR
    • An array of arrays in which the first sub-array contains keys and the rest of the arrays contain the 'rows' of our CSV
  • Extra

    Some health centers offer dental services as well. Can you find a way to give centers that provide dental services a different icon than those that do not?

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    • JavaScript 78.4%
    • CSS 11.3%
    • HTML 10.3%
    0