Skip to content

Proxy calls to the walkscore® api behind an API key, queryable via MBTA stop ids

License

Notifications You must be signed in to change notification settings

transitmatters/walkscore-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Walkscore® Proxy

Call the Walkscore® API for a specific MBTA stop, and return it's walkscore®

Requires a Walkscore® API key, which you can get from their site.

Example Call

/api/walkscore/place-NHRML-0152
{
  ...
  "bike": {
    "description": "Somewhat Bikeable",
    "score": 39
  },
  "description": "Somewhat Walkable",
  "walkscore": 54,
  ...
}

Development

  • Requires Python 3.12

Run

poetry run chalice local --port=5000

to test

About

Proxy calls to the walkscore® api behind an API key, queryable via MBTA stop ids

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published