We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d0293 commit 04e8eb2Copy full SHA for 04e8eb2
_config.yml
@@ -0,0 +1,4 @@
1
+title: Formula 1 API
2
+description: NPM library to extract JSON data from F1 website
3
+theme: jekyll-theme-midnight
4
+url: https://yashkathe.github.io/F1-API-JSON/
package.json
@@ -4,6 +4,7 @@
"description": "A simple library written in typescript to fetch Formula-1 data",
5
"main": "dist/server.js",
6
"types": "dist/server.d.ts",
7
+ "homepage": "https://yashkathe.github.io/F1-API-JSON",
8
"files": [
9
"dist",
10
"README.md"
0 commit comments