Skip to content

A service to show all upcoming available public meetings for the City of Wichita.

Notifications You must be signed in to change notification settings

openwichita/public-meetings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Public Meetings

A project to aggregate public civic meetings available in Wichita to a single location. It is powered by:

  • Scrapers in python (check the prototype-web-scraping branch)
  • Web app with Elixir, Phoenix and PostgreSQL

To get involved be sure to join the Open Wichita slack and hop in to the #public-meetings channel.

Also make sure to check the issues!

View temporary meeting list with latest updates http://public-meetings.website/meetings

To get started:

  • Install elixir
  • cd to the project directory and install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Seed the database with meeting data: mix run priv/repo/seeds.exs
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Learn more about Phoneix!

Meetings scraped/aggregated so far:

  • Council
    • Regular
    • Consent Workshop
  • Mayor's Briefings
  • City Agenda Review
  • County Commission
  • County Staff
  • Metropolitan Area Planning Commission
  • Board of Education
    • Regular
    • Committee of the Whole
    • 99% Awards
    • Good Apples
    • Special
    • Year-End Meeting
  • Airport Board
  • Animal Control Advisory Board
  • Bicycle & Pedestrian Advisory Board
  • Board of Code Standards
  • Board of Electrical Appeals
  • Building Board
  • District Advisory Boards
    • I - VI
  • Mechanical Board
  • Park Board
  • Plumbers and Gas fitters Board Of Appeals
  • Subdivision and Utility Advisory
  • Wichita Transit Advisory Board
  • League of Women Voters
  • Wichita Pachyderm Club

About

A service to show all upcoming available public meetings for the City of Wichita.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published