Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haroenv/brevet-finder

A search interface to find a BRM (brevet randonneur Mondial)
https://github.com/haroenv/brevet-finder

audax brevet brm cycling paris-brest

Last synced: 2 months ago
JSON representation

A search interface to find a BRM (brevet randonneur Mondial)

Awesome Lists containing this project

README

        

# brm-search

A simple search for Brevet Randonneurs Mondiaux (BRM) events.

## Installation

```bash
bun install --frozen-lockfile
```

## Export

Load the data from the BRM website and save it to a JSON file.

```bash
bun export
```

## Import

Load the data from the JSON file and save it to Algolia.

```bash
bun import
```

## Development

Run the website locally.

```bash
bun dev
```