Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.3 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.3 KB

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.