flightradar24-client-ts
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "flightradar24-client-ts", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A client for the Flightradar24 API written in TypeScript", | ||
@@ -96,2 +96,32 @@ "main": "./lib/index.js", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "docs", | ||
"scope": "README", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "refactor", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "style", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "test", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "fix", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "feat", | ||
"release": "minor" | ||
}, | ||
{ | ||
"type": "ci", | ||
"scope": "release", | ||
"release": "patch" | ||
} | ||
@@ -118,3 +148,16 @@ ] | ||
"section": "Dependencies and Other Build Updates", | ||
"hidden": false | ||
"hidden": false, | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "chore", | ||
"section": "Other Updates", | ||
"hidden": false, | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "docs", | ||
"section": "Documentation", | ||
"hidden": false, | ||
"release": "patch" | ||
} | ||
@@ -121,0 +164,0 @@ ] |
@@ -7,2 +7,4 @@ ## Getting started | ||
[![Downloads][downloads-img]][downloads-url] | ||
[![semantic-release][semantic-release-img]][semantic-release-url] | ||
[![Commitizen friendly][commitizen-img]][commitizen-url] | ||
@@ -38,6 +40,16 @@ ## Install | ||
[build-img]:https://github.com/ryansonshine/flightradar24-client-ts/actions/workflows/release.yml/badge.svg | ||
## Example Project | ||
[build-url]:https://github.com/ryansonshine/flightradar24-client-ts/actions/workflows/release.yml | ||
### Flight Tracker | ||
![img.png](readme_assets/flight-tracker-example-project.png) | ||
This project uses the flightradar24-client-ts to fetch flights from the radar and display them on a 3d globe. | ||
- link to the project: https://github.com/Apoorva64/flight-tracker | ||
- link to the live demo: https://steady-starburst-f921f9.netlify.app/ | ||
[build-img]:https://gitlab.com/dev6645326/flightradar24-client-ts/badges/master/pipeline.svg | ||
[build-url]:https://gitlab.com/dev6645326/flightradar24-client-ts/-/pipelines | ||
[downloads-img]:https://img.shields.io/npm/dt/flightradar24-client-ts | ||
@@ -51,5 +63,5 @@ | ||
[issues-img]:https://img.shields.io/github/issues/ryansonshine/flightradar24-client-ts | ||
[issues-img]:https://img.shields.io/gitlab.com/dev6645326/flightradar24-client-ts/-/issues | ||
[issues-url]:https://github.com/ryansonshine/flightradar24-client-ts/issues | ||
[issues-url]:https://gitlab.com/dev6645326/flightradar24-client-ts/-/issues | ||
@@ -56,0 +68,0 @@ [codecov-img]:https://codecov.io/gh/ryansonshine/flightradar24-client-ts/branch/main/graph/badge.svg |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30092
76