Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lehcode/carvin
API and UI to search for car details using VIN code
https://github.com/lehcode/carvin
angular nestjs rxjs typescipt
Last synced: 18 days ago
JSON representation
API and UI to search for car details using VIN code
- Host: GitHub
- URL: https://github.com/lehcode/carvin
- Owner: lehcode
- Created: 2023-11-21T10:54:22.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-23T09:26:42.000Z (about 1 year ago)
- Last Synced: 2024-11-10T13:12:23.410Z (3 months ago)
- Topics: angular, nestjs, rxjs, typescipt
- Language: TypeScript
- Homepage:
- Size: 25.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car VIN Code Decoder
The decoder uses the NHTSA database to retrieve information about a car by its VIN code.
## Start
```
$ docker compose up --build
```