codeforkansascity / kc_311dailybrief

What happened yesterday in Kansas City, MO's 311
http://311.codeforkc.org/
2 stars 9 forks source link

kc_311dailybrief

What happened yesterday in Kansas City, MO's 311.
This is a fork of https://github.com/ondrae/kc_311dailybrief.

See the bottom of this document for a concept mockup.

The data behind this site is from http://data.kcmo.gov

Running the Site Locally on Your Computer

To run the site locally on your own computer (most helpful for previewing your own changes),

Fork and clone the repository to a directory on your computer. Open the index.html file in your browser.

Technology Patterns

This a HTML/CSS/JavaScript web application.

Contributing

The list of beginner friendly issues is a great place to start!

We sort the importance of our issues using the star labels. Three stars are the most important issues.

In the spirit of free software, everyone is encouraged to help improve this project.

Here are some ways you can contribute:

Submitting an Issue

We use the GitHub issue tracker to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. You can indicate support for an existing issue by voting it up. When submitting a bug report, please include a Gist that includes a stack trace and any details that may be necessary to reproduce the bug.

Submitting a Pull Request

  1. Fork the project.
  2. Create a topic branch.
  3. Implement your feature or bug fix.
  4. Commit and push your changes.
  5. Submit a pull request.

Mockup