Giter VIP home page Giter VIP logo

austin-zoning's Introduction

Austin Zoning Map

Purpose: I wanted to better understand the zoning rules in Austin. The Austin city website does have an interactive zoning map, but it only allows you to look at the zoning details of one building at a time. (You have to click on a place on the map to see its zoning details.) I wanted to be able to see the zoning codes for all locations at once, so I built this tool using the same API as the Austin website.

Installation

This project is written in Haskell and Typescript.

To build, you must have stack, webpack, and yarn on your computer.

Anyway, assuming you have the dependencies, you must do

cd client
yarn
webpack
cd ..
cd server
stack build
stack exec austin-zoning

The last command above starts the Haskell server on localhost:3000 that serves both the static content (/index.html and /bundle.js) and the dynamic content (at /area).

Development

To continuously rebuild the project, run webpack --watch in the client/ directory and stack build --file-watch --fast in the server/ directory. Every time you make a change to the server code, make sure to restart the server executable (stack exec austin-zoning). (I'd like to find a way to restart the server executable every time it changes, but I'm not sure how to do that.)

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.