This app was created as an experiment for working with the NYC Open Data API
It gives you the ability to enter in the application number for a TLC license, and view completed and missing requirements for an application. The existing process requires that an applicant manually sorts through a large excel spreadsheet for their application info
To run this app locally,
- Clone
https://github.com/joerodrig/tlc-status.git - Navigate to the directory
cd /tlc-status - Run
yarnto install dependencies - Run the app
yarn start