NYC Subway Station Locator Solution
Go JavaScript HTML CSS
Switch branches/tags
Nothing to show
Latest commit 8a3d887 May 15, 2017 @domesticmouse domesticmouse Initial commit
Permalink
Failed to load latest commit information.
data Initial commit May 15, 2017
static Initial commit May 15, 2017
.tern-project Initial commit May 15, 2017
AUTHORS Initial commit May 15, 2017
CONTRIBUTING.md Initial commit May 15, 2017
LICENSE Initial commit May 15, 2017
README.md Initial commit May 15, 2017
app.yaml Initial commit May 15, 2017
clusterer.go Initial commit May 15, 2017
nycsubway.go Initial commit May 15, 2017
stations.go Initial commit May 15, 2017

README.md

NYC Subway Station Locator

These are the resource files needed for the NYC Subway Station Locator code lab from Google.

This is a work in progress, if you find a mistake, please file an issue. Thanks!

Introduction for the NYC Subway Station Locator codelab

Store locators are an often required component of any commercial website that wants to encourage users to visit bricks and mortar stores. In this codelab you’ll build a website that serves location data, and scales automatically, thanks to the power of Google App Engine. We show you how to expose an easily navigable visualization of the NYC subway using Google Maps JavaScript API.

What you'll build

In this codelab, you'll build a visualization for the NYC Subway Station dataset that is:

  • Scalable - you’ll use Google App Engine to automatically scale your serving capability to match request load.
  • Maintainable - you’ll use the Go programming language to make the back end code simple, reliable, and efficient.
  • Customizable - you’ll style the map using the styling capability of the Google Maps JavaScript API, with the help of Google Maps Style Wizard.

What you’ll learn

What you’ll need

  • Basic knowledge of HTML, CSS, JavaScript, Golang, and Chrome DevTools
  • An ES6 capable web browser, such as Chrome, Firefox, Safari, or Edge.