0.4.1 • Published 5 years ago

gios-api v0.4.1

Weekly downloads
19
License
MIT
Repository
github
Last release
5 years ago

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.