Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/haroenv/brevet-finder
- Owner: Haroenv
- Created: 2024-07-18T13:45:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T10:54:54.000Z (2 months ago)
- Last Synced: 2024-11-05T11:42:12.500Z (2 months ago)
- Topics: audax, brevet, brm, cycling, paris-brest
- Language: TypeScript
- Homepage: https://haroen.me/brevet-finder/
- Size: 159 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```