Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 634 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 634 Bytes

nhsta-searchtool

A RESTful API that retrieves vehicle information from NHTSA, presents it to the user, handles search functionality through a searchbar.

Requirements

  • Get a list of all manufacturers (e.g. Toyota, Honda, etc.)
  • Get a list of all makes given a manufacturer (e.g. for Toyota: Corolla, Prius, etc.)
  • Get the year, make, and model of a vehicle given its VIN (e.g. for 3N1AB6AP7BL729215: 2011 Nissan Sentra)
  • Validate the incoming VIN number.
  • Use a well-established framework such as Express to implement your solution.
  • Have well-documented code.
  • Write unit tests to ensure the integrity of the code.