Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
A library for getting the data of Nigerian vehicle using the registration plate number.
npm install mvrd-node --save
The basic usage of this library is:
/**
* Get Vehicle Data
* @param {String} platenumber
* @return {Promise} Object
*/
var mvrd = require('mvrd-node');
var platenumber = 'FST918EH';
var client = new mvrd();
client.getData(platenumber).then(function(resp){
console.log(resp);
})
// Sample Output would look like:
{ plateNumber: 'FST918EH',
ownerName: ' PAUL A SEGUN',
color: 'Green',
model: 'Honda Accord',
chasisNumber: '1HGCMxxxxxxx39882',
vehicleStatus: 'Default',
isssueDate: '2016-09-08T12:50:46.493',
expiryDate: '2017-09-07T12:50:46.493' }
npm test
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.
Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word!
Don't forget to follow me on twitter!
Thanks! Ikedieze Onyeforo.
The MIT License (MIT). Please see License File for more information.
FAQs
Nigerian Motor Vehicle Registration Information Library
The npm package mvrd-node receives a total of 2 weekly downloads. As such, mvrd-node popularity was classified as not popular.
We found that mvrd-node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.