https://github.com/mrloop/race-cli
⚙ retrieve event data from http://britishcycling.org
https://github.com/mrloop/race-cli
Last synced: 10 months ago
JSON representation
⚙ retrieve event data from http://britishcycling.org
- Host: GitHub
- URL: https://github.com/mrloop/race-cli
- Owner: mrloop
- License: mit
- Created: 2017-09-13T19:14:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T06:09:13.000Z (10 months ago)
- Last Synced: 2025-03-30T07:19:27.924Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 606 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/mrloop/race-cli/actions/workflows/ci.yml)
[![Latest NPM release][npm-badge]][npm-badge-url]
[npm-badge]: https://img.shields.io/npm/v/race-cli.svg
[npm-badge-url]: https://www.npmjs.com/package/race-cli
# ⚙ race-cli
CLI wrapper around [race-lib](https://github.com/mrloop/race-lib)
Retrieve data about entrants to [britishcycling.org](https://www.britishcycling.org.uk/events/results?keywords=&show=all) races ordered by national and regional ranking.
To try it out
```sh
npm install -g race-cli
race
```
```sh
yarn global add race-cli
race
```
