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 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T18:18:34.000Z (about 1 year ago)
- Last Synced: 2025-06-16T18:27:49.927Z (about 1 year ago)
- Topics: angular, chartjs, flashbird, openstreetmap, tracker
- Language: TypeScript
- Homepage:
- Size: 47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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.
### Create the google api bootstrap file
Create inside the public folder the following file:
`bootstrap-google-api.js` that should contain the following snippet of code
```
(g=>{var h,a,k,p="The Google Maps JavaScript API",c="google",l="importLibrary",q="__ib__",m=document,b=window;b=b[c]||(b[c]={});var d=b.maps||(b.maps={}),r=new Set,e=new URLSearchParams,u=()=>h||(h=new Promise(async(f,n)=>{await (a=m.createElement("script"));e.set("libraries",[...r]+"");for(k in g)e.set(k.replace(/[A-Z]/g,t=>"_"+t[0].toLowerCase()),g[k]);e.set("callback",c+".maps."+q);a.src=`https://maps.${c}apis.com/maps/api/js?`+e;d[q]=f;a.onerror=()=>h=n(Error(p+" could not load."));a.nonce=m.querySelector("script[nonce]")?.nonce||"";m.head.append(a)}));d[l]?console.warn(p+" only loads once. Ignoring:",g):d[l]=(f,...n)=>r.add(f)&&u().then(()=>d[l](f,...n))})({
key: '',
v: "alpha",
// Use the 'v' parameter to indicate the version to use (weekly, beta, alpha, etc.).
// Add other bootstrap parameters as needed, using camel case.
});
```
The file is excluded from the repository for security purpose
## Licencing
This is a completely open source project, written just for fun.