Skip to content

debseidner/hmda-pilot

 
 

Repository files navigation

HMDA Pilot

Build Status Coverage Status

This project is a work in progress

Nothing presented in the issues or in this repo is a final product unless it is marked as such.

Description: The HMDA Pilot provides a client side tool to perform validation, error checking and reporting of HMDA submitted files for the current conditions, by following the specifications found on the FFIEC website. In particular, it implements the file specification and most of the edit checks for 2014.

Requirements

The project requires NodeJS (npm) to build and manage dependencies.

Technologies used include AngularJS, Browserify, Grunt, and the Capital Framework.

How to get this running or how to use it

Make sure you have NodeJS installed (version 0.10.33), and you can use the npm command:

npm version

Install Grunt globally:

npm install -g grunt-cli

Then install dependencies from the project root directory:

npm install

Running locally

Run locally by issuing:

grunt serve

On your own server

To use on your own server:

grunt build

Copy the files in dist to your web server root

Viewing the documentation

To generate the documentation, via ngDoc:

grunt generate-docs

Getting involved

For details on how to get involved, please first read our CONTRIBUTING guidelines. This project follows an adapted pull request workflow on top of GitHub, please consult the details before adding features to the project.


Open source licensing info

  1. TERMS
  2. LICENSE
  3. CFPB Source Code Policy

Credits and references

  1. Projects that inspired you
  2. Related projects
  3. Books, papers, talks, or other sources that have meaniginful impact or influence on this project

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.3%
  • CSS 26.4%
  • HTML 12.8%
  • ApacheConf 6.5%
  • Gherkin 2.7%
  • Shell 0.3%