This module will help you to get API response from website https://www.hopamchuan.com/
examples
const hpc = require('hopamchuan')
hpc.get('13710', (song) => {
console.log(song)
})
const hpc = require('hopamchuan')
hpc.autocomplete('giexu', (songs) => {
console.log(songs)
})