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