kl-parking-spots

1.3.2 • Public • Published

kl-parking-spots Build Status Dependency Status

available parking spots in Kuala Lumpur, Malaysia

Install

$ npm install --save kl-parking-spots

Usage

var klParkingSpots = require('kl-parking-spots');
 
klParkingSpots(function(spots){
  console.log(spots);
  // => [ { name: 'Sungei Wang Plaza', datetime: '31/01/2015 21:40:02', lot: '742', type: 'Shopping Mall', ...
});

CLI

$ npm install --global kl-parking-spots
$ kl-parking --help
 
  Example
    kl-parking
    
 =>  NAME               LOT
     Sungei Wang Plaza  742
     Plaza Low Yat      590
     Lot 10             582
     Fahrenheit88       187
     Starhill Gallery  1130
     Pavilion           675
     KLCC              3589

License

MIT © Matias Singers

/kl-parking-spots/

    Package Sidebar

    Install

    npm i kl-parking-spots

    Weekly Downloads

    0

    Version

    1.3.2

    License

    MIT

    Last publish

    Collaborators

    • matiassingers