Skip to content

garyjob/charge-point-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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', (err, status)->
  # 1 — when is available
  # 0 - when is in use
  console.log status 

About

A wrapper that extracts marker status from ChargePoint.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages