Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

myradioglobal

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myradioglobal - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

.github/ISSUE_TEMPLATE/api-access-request.md

2

package.json
{
"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
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc