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

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

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.