gios-api is JavaScript wrapper of GIOŚ API
yarn add gios-apinpm install gios-apiimport { 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.