Skip to content

ReLoia/openFAL-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openFAL-ts

openFAL-ts is a TypeScript implementation of FAL's (Ferrovie Appulo Lucane) private API's.
It is meant as a educational project and is not affiliated with FAL in any way.

Features

  • It features great part of the endpoints of FAL's Android app.
  • Written in TypeScript for type safety and better developer experience.

Usage

Installation

npm install github:reloia/openfal-ts

Example

import { FALClient } from "openfal-ts";

const client = new FALClient();

(async () => {
console.log(
  await client.getRTTrainTrips()
)
})();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published