Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
/getVehicleType: Use findbyplate.com instead of searchquarry.com (#196)
Test with e.g. http://localhost:3000/getVehicleType/T754496C/NY: ```json {"result":{"vehicleYear":"2017","vehicleMake":"INFINITI","vehicleModel":"QX60","vehicleBody":"Wagon","licensePlate":"T754496C","licenseState":"NY"}} ``` or http://localhost:3000/getVehicleType/HUX1752/NY: ```json {"result":{"vehicleYear":"2017","vehicleMake":"Lexus","vehicleModel":"RX 350","licensePlate":"HUX1752","licenseState":"NY"}} ``` Fixes #193 and https://www.pivotaltracker.com/story/show/168823274
- Loading branch information