New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

soss

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soss

California Hydrogen Station Operational Status System (SOSS) API

latest
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

California Hydrogen SOSS API

Build Status

This project enables a user to query the California Hydrogen Fuel Cell Partnership's Station Operational Status System (SOSS). This is the same data that appears on the California Hydrogen Fuel Cell Partnership's station map.

You can find API documentation here. Typescript definitions are included.

A quick example which prints the status of all stations in the system:

import * as soss from "soss";

async function printStatus() : void {
  let stationStatus = await soss.getStatus();
  console.log(JSON.stringify(stationStatus, null , 2));
};

printStatus();

This project is not affiliated in any way with California Hydrogen Fuel Cell Partnership.

Keywords

hydrogen

FAQs

Package last updated on 26 Feb 2018

Did you know?

Socket

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.

Install

Related posts