UNPKG

gbfs-system

Version:

A Node.js package that enables real-time data retrieval from GBFS (General Bikeshare Feed Specification) using the auto-discovery URLs provided by MobilityData. It allows developers to easily access and utilize live bikeshare system information, station i

4 lines 133 B
import { Gbfs } from "./Gbfs.js"; import { Systems } from "./Systems.js"; export { Gbfs, Systems }; //# sourceMappingURL=index.js.map