myradioglobal
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "myradioglobal", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "An SDK to access radio stations from around the world via myradioglobal´s official APIs.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -1,2 +0,20 @@ | ||
# myradioglobal | ||
An SDK to access radio stations from around the world via myradioglobal´s official APIs. | ||
# MyRadioGlobal | ||
An SDK to access radio stations from around the world via [myradioglobal](https://www.myradioglobal.com)´s official APIs. | ||
## Installation: | ||
``` | ||
npm install myradioglobal | ||
``` | ||
## Gaining access | ||
Using this sdk required a subscription key, without it you won't be able to access myradioglobal's apis. If you are interested in gaining a subscription access key, please create an issue using the following template: | ||
[Create access request](https://github.com/duartefdias/myradioglobal/issues/new?template=api-access-request.md&labels=access+request) | ||
## Official web platform | ||
[www.myradioglobal.com](https://www.myradioglobal.com) |
export function add(a: number, b: number): number { | ||
return a + b; | ||
} | ||
console.log(add(3, 5)); //output: 8 | ||
} |
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
23352
13
20
153