Skip to content

transitstatus/store

Repository files navigation

Store

Store is meant to be a system allowing for large amounts of semi-related to be consolidated into a single API. The original purpose of this API was for me to expand my transit tracking tooling to systems besides Amtrak. However, I realized that this could be used for other things as well, such as weather data.

More documentation is yet to come.

Environment Variables

For all endpoints to run, store needs a few environment variables, but won't die if one of these is missing (it'll simply skip any endpoints which don't have their required variables).

Those are:

  • metra_token
  • cta_bus_auth
  • bsky_holiday_bot_handle
  • bsky_holiday_bot_password

Proxy Mode

If you just want to demo the project, make a .env file with the following contents:

PROXY_MODE=true
PROXY_MODE_INTERVAL=60000 # optional, update frequency in ms

This will have the program automatically mirror https://store.transitstat.us without requiring any API keys.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •