Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)