public-transport/hafas-client

Make hafas-client work in browser / webpack

Open

#281 opened on Jan 1, 2023

View on GitHub
 (10 comments) (0 reactions) (0 assignees)JavaScript (60 forks)github user discovery
help wanted

Repository metrics

Stars
 (353 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

hafas-client has a lot of dependencies on node builtins that are not easily filled on browser platforms. my fork currently has some modifications to make this work, but sacrifices nodejs support and features.

It would be great to have both nodejs and browser (with some bundler like webpack) working out of the box.

Contributor guide