Methods
- 
			loadFeed( config, callback )
- 
	DescriptionLoad the NYSTA Transit Feed ParametersName Type Description configObject Transit Agency config callbackfunction Callback function Name Type Attributes Description errorError <optional> Transit Feed Error. The Error's message will be a pipe (|) separated string in the format of: Error Code|Error Type|Error Message that will be parsed out by the Right Track API Server into a more specific error Response. feedTransitFeed <optional> The built Transit Feed for NYSTA Details
- 
			_title( str ) → {String}
- 
	DescriptionConvert a string to Title Case ParametersName Type Description strString String to convert ReturnsDetails