Simple Node.js app that records music from the microphone or any other audio source and sends it to audd.io service to be recognized
npm install create a json file called tokens.mds with this content:
const tokens = {
"spotifyToken" : "",
"auddioToken": ""
}
export { tokens };
This app uses node-mic-record which uses arecord for linux environments (using this on a raspberry pi). It can also be used with sox but not tested.