https://github.com/bhrutledge/ma-legislature-api
Examples of working with the Massachusetts Legislature Public API.
https://github.com/bhrutledge/ma-legislature-api
Last synced: about 1 month ago
JSON representation
Examples of working with the Massachusetts Legislature Public API.
- Host: GitHub
- URL: https://github.com/bhrutledge/ma-legislature-api
- Owner: bhrutledge
- License: cc0-1.0
- Created: 2021-05-21T02:04:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T19:55:07.000Z (over 3 years ago)
- Last Synced: 2025-07-20T15:40:06.602Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://bhrutledge.com/ma-legislature-api/
- Size: 2.46 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ma-legislature-api
Examples of working with the [Massachusetts Legislature Public API](https://malegislature.gov/api/swagger/).
Maps are built with [Leaflet](https://leafletjs.com/), using data pulled from the API, combined with geographic data from [bhrutledge/ma-legislature](https://github.com/bhrutledge/ma-legislature).
View the Jupyter notebooks that generate the data: [](https://mybinder.org/v2/gh/bhrutledge/ma-legislature-api/HEAD?urlpath=lab)
See [Discussions](https://github.com/bhrutledge/ma-legislature-api/discussions/) for issues with the API, asking questions, and sharing ideas.
## Developing
Install the dependencies:
```sh
npm install
```
Run the development server:
```sh
npm start
```
View the HTML at , or for an `iframe`-d version.