Skip to content

Check to see whether an address is within Chattanooga City Limits

License

Notifications You must be signed in to change notification settings

ChattanoogaPublicLibrary/CHAAddressCheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chattanooga Address Check

Check to see whether an address is within Chattanooga City Limits. Try if for yourself

Installation

Requirements

Node.js, and gulp.

Setting Up

Clone the repository, then from the project root run:

npm install

Development

To start the development environment, from the root of the project run:

gulp watch

The project will be accessible from http://localhost:9000.

Building

To build the distribution with compiled assets and such, run:

gulp

The distribution will be available in the generated dist folder and is now ready to put up on a server somewhere.

License

The project itself is under the MIT License, and is based off of the work of Joey Robichaud with further development by the Chattanooga Public Library.

About

Check to see whether an address is within Chattanooga City Limits

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ApacheConf 53.2%
  • TypeScript 17.8%
  • CSS 17.5%
  • JavaScript 8.1%
  • HTML 3.4%