2.0.1 • Published 2 years ago

parkrun.js v2.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

parkrun.js

ci build status (master) docs build status (master) Codecov node-current Dist Size (Brotli) npm latest version

A JavaScript implementation of the Parkrun API gathered from reverse-engineering the official app.

Installation

npm i parkrun.js

Or, for usage in a browser:

<script src="https://cdn.jsdelivr.net/npm/parkrun.js"></script>

Please note that these releases will have bugs, and are not meant for production use.

  • via npm: npm i prouser123/parkrun.js

  • or for use within a browser: <script src="https://parkrun.js.org/parkrun.browser.min.js"></script>

FAQ

Upstream API Limitations

These are limitations with all services using the official parkrun API.

  • Freedom Runs can only be accessed for the current user

    • 401: Attempt to access details for AthleteId which does not match user AthleteId

Acknowledgments

2.0.1

2 years ago

2.0.0

2 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago