Skip to content

A RESTful API designed to retrieve vehicle information given a VIN number from NHSTA.

Notifications You must be signed in to change notification settings

godrowr/nhsta-searchtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A RESTful API designed to retrieve vehicle information given a VIN number from NHSTA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published