http://www.nextbus.com/xmlFeedDocs/NextBusXMLFeed.pdf
Replace publicJSONFeed with publicXMLFeed if you want XML.
Obtain a list of available transit agencies.
| # Source: https://askubuntu.com/questions/1145057/remapping-mouse-buttons-to-keyboard-keys | |
| # Scan codes and bus/vendor/product IDs are prefilled for the slimblade. | |
| # Keycodes in HEX - convert to DEC for our config | |
| # https://github.com/torvalds/linux/blob/master/include/uapi/linux/input-event-codes.h#L360 | |
| #define BTN_MOUSE 0x110 /* 272 */ | |
| #define BTN_LEFT 0x110 /* 272 */ | |
| #define BTN_RIGHT 0x111 /* 273 */ |