Giter Club home page Giter Club logo

baltimorevacants's Introduction

Baltimore Vacants is a web site that will let you browse and see details about vacant properties in Baltimore City.

The site uses Baltimore City’s own open data to get the list of currently vacant properties, and since the data is pulled directly from Baltimore’s Open Data, the data is up to date as soon as Baltimore City updates it.

The site (in its current state) displays a map with markers pulled from locations in Baltimore’s Open Data. By default it starts in the geographic center of Baltimore City - panning or zooming the map will re-query Baltimore’s Open Data for new locations within the new bounds.

Community

This site is meant to be free and open so that anyone can commit to the source code and in turn add to the value of the site. *What this means is that you should fork this code and make the changes you want to see, then submit a pull request when ready.*

The following is a list of what this site needs done:

  • A beautiful design

  • Make your own suggestion!

The Site

The site can be found at: www.baltimorevacants.org

Developing

This site is developed on a typical LAMP setup, using mod_rewrite to handle the “rest” interface.

You will need to create a db.php file in the root that creates a connection to your local mysql database, it should look something like this:

<?php

mysql_connect(“localhost”, “baltimorevacants”, “mypassword”); mysql_select_db(“baltimorevacants”);

?>

The database itself is really up in the air right now, it’s not used for anything to do with displaying vacant properties, however the plan is to store home ownership data in it along with whatever else we decide would be useful.

Create your local database using the db.sql file.

License

The API keys for Socrata and CloudMade are in these files and registered to Baltimore Vacants, so please be nice about that, I don’t want to have to change them.

baltimorevacants's People

Contributors

jamesschaffer avatar jjulian avatar mroswell avatar vinylfox avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.