Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 765 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 765 Bytes

SwimTimes API

API access to the SwimTimes system.

Requirements

Installation

The file under examples can be used for easy installation. Make sure you add the required Username and Password (the one you requested in the links above)!

define("USERNAME", "<<<Your username>>>");		// Username for API
define("PASSWORD", "<<<Your password>>>");		// Password for API
define("TEAM", "<<<Your team>>>");	            // Nation.clubcode or Unique ID
define("ACTIVE", "true");		                // Select only active swimmers

License

MIT http://noodlehaus.mit-license.org