Skip to content

Gas prices from Finland using reverse engineered api

Notifications You must be signed in to change notification settings

aattola/tankille

Repository files navigation

Tankille API

Tankille applikaation yksityinen api hienossa ja kivassa npm paketissa.

Asentaminen:

npm:

npm i @jeffe/tankille

yarn:

yarn add @jeffe/tankille

Käyttäminen:

const { Client } = require("@jeffe/tankille");

const client = new Client()

async function run() {
  await client.login({
    email: "[email protected]",
    password: "testpass"
  })

  const stations = await client.getStations()

  console.log(stations)
}

run()

Kuinka tätä käyttää:

About

Gas prices from Finland using reverse engineered api

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published