Skip to content

nibrobb/oppslag-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kjøretøy Oppslag

Quick start

Note: only available for Norwegian citizens.

To use this project you need an API-key from the Norwegian Road Authority (Statens Vegvesen) vehicle lookup service, which you may apply for here.

Dependencies include gcc, jq and libcurl-dev

To install dependencies on Ubuntu 22.04 LTS

sudo apt install gcc jq libcurl4-openssl-dev

Compile and run

Simply compile with the included build-script

./build.sh

The program may be run with the license plate as a commandline argument

./oppslag [LICENSE PLATE]

Or via stdin

echo "AB12345" | ./oppslag

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published