Skip to content

spelbreker/swimtimes-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

API access to SwimTimes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.7%
  • HTML 5.3%