New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

genie-music

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

genie-music

Javascript library for controlling genie.co.kr/player/fPlayer

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

genie-music

JavaScript Style Guide

npm Build Status Greenkeeper badge

브라우저 레벨의 지니 플레이어 컨트롤을 위한 자바스크립트 라이브러리.

Development

$ npm i
$ npm run build 

Usage

import GenieMusic from 'genie-music'

const genie = new GenieMusic()
genie.on('track-changed', (track) => {
    console.log(`Current track has changed to: ${track}`)
})

API

TBA

License

MIT

Keywords

FAQs

Package last updated on 19 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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