Skip to content

mixon00/gios-api

Repository files navigation

GIOŚ API JavaScript Wrapper

gios-api is JavaScript wrapper of GIOŚ API

npm license npm donation github twitter

Install

Yarn

yarn add gios-api

Npm

npm install gios-api

Import 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.