Skip to content

Commit 5197631

Browse files
committed
changes made to publish the package
1 parent 9f4b05e commit 5197631

File tree

4 files changed

+957
-1218
lines changed

4 files changed

+957
-1218
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
dist
33
junk
4+
*log

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# F1 API
2-
![f1](https://assets.stickpng.com/images/61fc01fe3cf0e70004222071.png)
1+
# Formula1 API
2+
![f1](https://logodownload.org/wp-content/uploads/2016/11/formula-1-logo-7.png)
3+
4+
35
The scraper scrapes this given https://www.formula1.com/
46

7+
## Installation
8+
```bash
9+
npm i f1-api-node
10+
```
511
## Functions
612

713
- **getConstructorStandings**
@@ -33,11 +39,11 @@ If you want to have a look at the output from the given functions check [this](h
3339

3440
## Example snippet
3541

36-
Example on how to use one the given functions.
42+
Example on how to use one of the given functions.
3743
The following function will print the current lineup of F1 drivers.
3844

3945
```javascript
40-
const f1Api = require('f1-api')
46+
const f1Api = require('f1-api-node')
4147

4248
const myFunction = async () => {
4349
const driverLineup = await f1Api.getDriverData()

0 commit comments

Comments
 (0)