0.0.3 • Published 11 years ago

charge-point-scraper v0.0.3

Weekly downloads
10
License
-
Repository
-
Last release
11 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

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago