Skip to content

digideskio/WalkScoreApi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Walk Score API

A sample of how to use the Walk Score API, using node.js with koa and bower.

Getting started

1.) Start the server

	node index.js

2.) Get API keys

3.) Add your API keys to keys.js (replace the 'YOUR KEY HERE's)

4.) Curl the API

	curl localhost:3001/api/walk/2025%201st%20Avenue%20Suite%20500,%20Seattle,%20WA%2098121

5.) Open the index page in your favorite browser at http://localhost:3000.

Find out more

Check out the docs

About

Example use of Walk Score APIs in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.0%
  • HTML 16.0%