Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gorfo66/flashbird-rides
Web application used to display rides recorded by Flashbird tracker
https://github.com/gorfo66/flashbird-rides
angular chartjs flashbird openstreetmap tracker
Last synced: 2 days ago
JSON representation
Web application used to display rides recorded by Flashbird tracker
- Host: GitHub
- URL: https://github.com/gorfo66/flashbird-rides
- Owner: gorfo66
- Created: 2025-01-16T22:35:37.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2025-01-16T22:45:24.000Z (3 days ago)
- Last Synced: 2025-01-16T23:28:34.687Z (3 days ago)
- Topics: angular, chartjs, flashbird, openstreetmap, tracker
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flashbird rides
Flashbird is a French company that develop and distribute trackers. For more information regarding the brand, please have a look at their website [https://smtperformances.fr/](https://smtperformances.fr/). This project allow to visualize the rides that are recorded by the Flashbird tracker and provides some statistics.This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.6.
## Development server
### Pre-requisites
Node 22+### To start
To start a local development server, run:```bash
npm install
ng serve
```Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.
## Deploy
A docker image has been created to ease the deployment and a node task allow to compile the docker image and run it to the port 4400.## Licencing
This is a completely open source project, written just for fun.