Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbta/subwayside_ui
UI for the Subwayside data
https://github.com/mbta/subwayside_ui
Last synced: about 1 month ago
JSON representation
UI for the Subwayside data
- Host: GitHub
- URL: https://github.com/mbta/subwayside_ui
- Owner: mbta
- License: mit
- Created: 2023-04-25T22:59:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T16:31:52.000Z (10 months ago)
- Last Synced: 2024-11-08T17:56:41.794Z (about 2 months ago)
- Language: Elixir
- Size: 400 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# SubwaysideUi
Basic UI for the [Subwayside](https://github.com/mbta/subwayside) data.
To start your Phoenix server:
* Run `mix setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
## Show Car At
You'll need to set the `KINESIS_STREAM_NAME` environment variable with the stream to use, as well as either `AWS_ACCESS_KEY_ID`/`AWS_SECRET_ACCESS_KEY` or `AWS_PROFILE`
``` shell
export KINESIS_STREAM_NAME=<...>
export AWS_PROFILE=<...>
mix show_car_at
```