-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Arnaud Varin
authored
Mar 28, 2023
1 parent
1197278
commit 9e1637d
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Stop Times Mod for TIBCO Spotfire® | ||
|
||
<img src="assets/stoptimes.png" width="60%"/> | ||
|
||
A graphical representation of stops for a vehicle journey with scheduled, estimated times and delays. It has application in public transportation and logistics use cases and works great with streaming data. | ||
|
||
## Installation & Use | ||
|
||
[Download latest version](https://github.com/TIBCOSoftware/spotfire-mod-stoptimes/releases) | ||
|
||
The [Wiki](https://github.com/TIBCOSoftware/spotfire-mod-stoptimes/wiki) contains step-by-step instruction on how to install and use this Mod in TIBCO Spotfire®. | ||
|
||
## Building the Project | ||
|
||
In a terminal window: | ||
- `npm install` | ||
- `npm start` | ||
|
||
## About Mods for TIBCO Spotfire® | ||
- [TIBCO Community Exchange](https://community.tibco.com/s/global-search/%40uri#q=mod%20for%20tibco%20spotfire&t=Exchange&sort=date%20descending): A safe and trusted place to discover ready-to-use mods | ||
- [Developer documentation](https://tibcosoftware.github.io/spotfire-mods/docs/): Introduction and tutorials for mods developers | ||
- [Mods examples made by TIBCO](https://github.com/TIBCOSoftware/spotfire-mods/releases/latest): A public repository for examples projects |