Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrloop/race-cli
⚙ retrieve event data from http://britishcycling.org
https://github.com/mrloop/race-cli
Last synced: 5 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T19:41:42.000Z (22 days ago)
- Last Synced: 2024-10-25T22:41:48.273Z (20 days ago)
- Language: JavaScript
- Homepage:
- Size: 577 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
[![CI](https://github.com/mrloop/race-cli/actions/workflows/ci.yml/badge.svg)](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
```![cli interaction](race-cli.svg)