https://github.com/brombomb/f1hub
An angular app for F1 information
https://github.com/brombomb/f1hub
angularjs bower css formula1 hacktoberfest javascript
Last synced: 5 months ago
JSON representation
An angular app for F1 information
- Host: GitHub
- URL: https://github.com/brombomb/f1hub
- Owner: brombomb
- License: mit
- Created: 2014-05-30T01:02:50.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2025-10-03T22:31:17.000Z (9 months ago)
- Last Synced: 2025-10-03T23:29:32.598Z (9 months ago)
- Topics: angularjs, bower, css, formula1, hacktoberfest, javascript
- Language: CSS
- Homepage: http://brombomb.github.io/f1hub/app/
- Size: 8.05 MB
- Stars: 9
- Watchers: 2
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# F1Hub
A spoiler free way to view results from the current season of Formula 1.
Check it out live at [F1 Hub](https://brombomb.github.io/f1hub/app)
## Develop
### Setup
If you don't have node/npm installed do it first by following the instructions at [NodeJs Downloads](https://nodejs.org/en/download/)
```sh
git clone https://github.com/brombomb/f1hub
cd f1hub
# node/npm should be installed first
npm install
```
### Run
```sh
npm run start
```
A web page should open in your default browser with the app but if not just go to [http://localhost:9000/](http://localhost:9000/)
## Contributors
We'd love help writing audits, fixing bugs, and making the tool more useful!
See [Contributing](./CONTRIBUTING.md) to get started.
## License
This project is under the MIT License. See the [LICENSE](./LICENSE) file for the full license text.