0.0.3 • Published 12 years ago

charge-point-scraper v0.0.3

Weekly downloads
10
License
-
Repository
-
Last release
12 years ago

ChargePoint Scraper

A wrapper class extracts the availability status of a particular charge point given a unique ChargePoint.com ID

Pre-requisites

  • NodeJS
  • CoffeeScript

Installation

npm install charge-point-scraper

Usage

# Import class
ChargePointScraper = require 'charge-point-scraper'

# Instantiate
cp = new ChargePointScraper()

# To get status
cp.getStatus '18193', (status)->
  console.log status 
0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago