Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jehiah/intro.nyc
Quick search and short links for NYC Council Legislation
https://github.com/jehiah/intro.nyc
legislation nyc-council nyc-opendata
Last synced: 24 days ago
JSON representation
Quick search and short links for NYC Council Legislation
- Host: GitHub
- URL: https://github.com/jehiah/intro.nyc
- Owner: jehiah
- Created: 2021-11-12T04:18:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T01:52:47.000Z (7 months ago)
- Last Synced: 2024-04-17T15:23:22.919Z (7 months ago)
- Topics: legislation, nyc-council, nyc-opendata
- Language: HTML
- Homepage: https://intro.nyc/
- Size: 1.23 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NYC Council Legislation UI
Data from [NYC Council Legislative API](https://council.nyc.gov/legislation/api/) as archived on Github [nyc_legislation](https://github.com/jehiah/nyc_legislation)
intro.nyc is a Legislation search and research tool designed to make legislation more accessible to constituents and to increase Council Member accountability by transparency
https://intro.nyc/
### Quick Search
Link to searches with `/?q=${query}`. In-browser searching is implemented with [flexsearch](https://github.com/nextapps-de/flexsearch) based on data from [`jehiah/nyc_legislation`](https://github.com/jehiah/nyc_legislation)
### Links
`https://intro.nyc/${intro_number}-${intro_year}`
i.e. https://intro.nyc/2159-2020`https://intro.nyc/${intro_number}-${intro_year}/local-law`
i.e. https://intro.nyc/1394-2019/local-law`https://intro.nyc/local-laws` and `https://intro.nyc/local-laws/$year`
i.e. https://intro.nyc/local-laws/2021`https://intro.nyc/local-laws/$year-$law`
i.e. https://intro.nyc/local-laws/2021-055`https://intro.nyc/councilmembers` and `https://intro.nyc/councilmembers/$name` i.e. https://intro.nyc/councilmembers/tiffany-caban
### API
* `https://intro.nyc/${intro_number}-${intro_year}.json`
* `https://intro.nyc/data/resubmit_${intro_year}.json`### Questions? Suggestions?
Open an Issue