F
F
felony13twelve2019-12-14 21:24:20
JavaScript
felony13twelve, 2019-12-14 21:24:20

How does the shazam app work?

Moderators, correct if some tag is not correctly added
All shalom! I want to create a similar application like shazam I’ll tell you for those who don’t know what kind of application it is, this is an android application that is looking for music, let’s say you find some track that you like, you turn on Shazam and video and he is looking for this music, please tell me how is this application set up? Are there any articles on this subject? If it’s not difficult for you, please throw it, I’ll be grateful to you, I would like it on java android
Thank you all for your help if it is :)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ice, 2019-01-28
@IceRD

what are require in js ?
The assembly uses imports and exports.
require for Node.JS ...
libraries are included in gulp and tasks are executed

const path = require('path');
const gulp = require('gulp');
const plumber = require('gulp-plumber');
gulp.task('scripts', async function () {
gulp.src(path.resolve(__dirname,'src/js/background.js'))
.pipe(plumber())
...
.pipe(gulp.dest(path.resolve(__dirname,'dist/js')));

I
irishmann, 2019-12-14
@irishmann

Before asking a question, it would be worth google, at least 5 minutes.
https://m.iguides.ru/main/other/kak_rabotaet_shaza...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question