0.0.1 • Published 5 years ago

soundgasm v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Talk to SoundGasm.net from Node.

const sg = require('soundgasm')

soundsBy

Get sounds by a single author.

sg.soundsBy('JayeWilde', (error, sounds) => {
    console.log(sounds)
})
[ { 
    title: 'Welcome to the Ravish a Girl Workshop, Sir!',
    url: 'https://soundgasm.net/u/JayeWilde/Welcome-to-the-Ravish-a-Girl-Workshop-Sir',
    soundDescription:
     '[FFFF4M] [Script Fill] [Collab] [Shopping for the Perfect, Sweetest Rape] Lots of [Rape] [Sadism] [Blowjob] [Fearplay] [Spanking] [Forced Orgasm] [Duct Tape] [Creampie] [Impreg] and [Tentacles] [u/Nightfawn. u/Blissfullyquiet and u/PlayfulMoonlight]',
    playCount: 335 
},
    ...300 more

getSound

Get information about a single sound

sg.getSound('https://soundgasm.net/u/JayeWilde/The-Game-of-Moans-Chapter-Three-Lord-Blow', (error, sound) => {
    console.log(sound)
})
{ title: 'The Game of Moans Chapter Three: Lord Blow',
  author:
   { 
       name: 'JayeWilde', 
       url: 'https://soundgasm.net/u/JayeWilde' 
    },
  media:
   'https://soundgasm.net/sounds/a16907af40513948a5ad834f6d68e6f8396c0f6b.m4a' }