gios-api is JavaScript wrapper of GIOŚ API
yarn add gios-api
npm install gios-api
import { GIOS_API } from "gios-api";
const giosAPI = new GIOS_API();
const stations = await giosAPI.findAll();
Browse the online documentation here.
Code copyright 2019 Mateusz Misztoft. Code released under the MIT license.