Giter VIP home page Giter VIP logo

cloud-music-engine's Introduction

Hi there 馃憢, here you can see some works made by me

My works 馃檲

Gitgub Tools

Open Graph Preview & Generator (SOLD) https://opengraph.dev/ | Nodejs | Nuxt | Vuejs | Tailwindcss | Nuxt Content | PWA | Figma

Gu铆a de TV en Colombia & Mexico https://laguia.tv/ | Nodejs | PostgreSQL | Vuejs | Vuetify | API Rest | Automatization

Coleccionistas PWA https://coleccionistas.app/ | Nodejs | PostgreSQL | Strapi | VueJS | PWA | Figma

Mini Tutoriales https://como.help/ | Nodejs | MongoDB | Handlebars | Custom CMS

Informaci贸n Nutricional https://nutricional.info/ | Nodejs | MongoDB | Handlebars | Automatization

Happi.dev https://happi.dev/ | Nodejs | PostgreSQL | Handlebars | Redis | Automatization

D贸lar en Colombia https://www.dolarcolombia.co/ | Nodejs | MongoDB | Handlebars | API Rest | Cordova | Automatization

Salario M铆nimo Colombia http://www.salariominimocolombia.info/ | Nodejs | MongoDB | Handlebars | Automatization

Letras en Espa帽ol https://letrasenespa帽ol.com/ | Nodejs | MongoDB | Handlebars | AMP Google | API Rest | Automatization

Codepen Repository https://www.codeseek.co/ | Nodejs | MongoDB | Handlebars | API Rest

Seo Analyzer https://www.prorank.co/ | PHP | MySQL | API Rest | Google Cloud | Coideigniter | Amazon SES & S3

ApiSeeds https://apiseeds.com/ (Deprecated -> Migrated to Happi.dev) | Nodejs | MongoDB | Handlebars | Redis | API Rest

isOpen https://isopen.net/ | Nodejs | Handlebars | Custom NPM Plugin

Himnos de los Paises https://himnos.xyz/ | Nodejs | PostgreSQL | Handlebars | Strapi | API Rest

Banderas & Informaci贸n de los paises https://lospaises.info/ | Nodejs | PostgreSQL | Handlebars | Strapi | API Rest

Business Directory LATAM 馃嚘馃嚪馃嚙馃嚧馃嚚馃嚤馃嚚馃嚧馃嚚馃嚪馃嚜馃嚚馃嚫馃嚮馃嚞馃嚬馃嚥馃嚱馃嚨馃嚘馃嚨馃嚜馃嚨馃嚪馃嚛馃嚧馃嚭馃嚲馃嚮馃嚜 https://eldirectorio.co/ | Nodejs | PostgreSQL | Handlebars | Redis | API Rest

Gitgub Repository

https://github.com/jodacame?tab=repositories

Github Android

Precio del D贸lar en Colombia https://play.google.com/store/apps/details?id=co.dolarcolombia.app

Control L谩minas 脕lbum Chocolatinas Jet https://play.google.com/store/apps/details?id=review.aplicaciones.controlalbumjet | Nodejs | MongoDB | Handlebars | Cordova | API Rest

Github Designer

https://dribbble.com/jodacame

Gitgub Freelance

Evanto Portfolio https://codecanyon.net/user/jodacame/portfolio?ref=jodacame

Photography https://www.shutterstock.com/g/jodacame?language=en

SRO Latino Servers (Website Developer) https://www.alfa.srolatino-servers.com/ | PHP | SQL Server | Codeignter | API Rest

Fincas VIP (Alquiler de fincas) https://www.fincasvip.com.co/ | PHP | MySQL | Wordpress: Custom theme and plugins

Plataforma Informatica (Apps: PiB2B, PiTramites, PiConnect, Admin, Api Rest ... I+D) https://www.plataformainformatica.com/ | PHP | Nodejs | MongoDB | MySQL | PostgreSQL | Cordova | API Rest | SOAP | Google Cloud | Amazon SES & S3 | Digital Ocean

FastCode Lab (Private) https://fastcodelab.com/ | Nodejs | MongoDB | PostgreSQL | Strapi | API Rest

Kind Colombia (Volunteer) https://kindcolombia.org/ | Wordpress

NPM Profile https://www.npmjs.com/~jodacame | Javascript

Gitgub Chrome

D贸lar Colombia https://chrome.google.com/webstore/detail/d%C3%B3lar-en-colombia/kfhfekhnikgjcoigcpimlocnmedaicpe

Symply Adsense https://chrome.google.com/webstore/detail/simply-adsense/njjekbblelnfbomellljimiklejagian

Simple Projects Tasks https://chrome.google.com/webstore/detail/simple-project-tasks/koncmmpgldpnlckeamocjcgigecggphl

Simple Bitcoin Ticker https://chrome.google.com/webstore/detail/simple-bitcoin-ticker/afllllbfklanibmljfhkkgkgbnecekec

Prorank https://chrome.google.com/webstore/detail/prorank-seo-website-analy/bdjkidhkeellgimojmkklaimbaocpemm

Envato Notifications Sales https://chrome.google.com/webstore/detail/envato-notifications-sale/helmefkledpmbmlkelnpcjdepilkpnem

Search phrases related in Google https://chrome.google.com/webstore/detail/search-phrases-related-in/eklpkhjmgcepjljfmpmdaeicgoemojjb

Gitgub Deprecated

(I will never forget) 馃槩

Skriper.dev https://skriper.dev/ | Nodejs | Nuxt | Vuejs | PWA | Figma | VanillaJS | Codemirror 6 (With my own extensions)

Blog https://blog.jodacame.com (Abandoned 馃槩 )

MegaJC https://sourceforge.net/projects/megajc/

X-Bot https://www.gambas-es.org/viewtopic.php?f=5&t=271&highlight=xbot

Blog Wordpress https://jodacame.wordpress.com

Photography (PixaBay) https://pixabay.com/en/users/jodacame-2030956/

Nexxuz http://web.archive.org/web/20160316130716/https://www.nexxuz.com/

Wordpress Plugins https://wordpress.org/plugins/search/jodacame/

Top Langs

visitor badge

cloud-music-engine's People

Contributors

jodacame avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cloud-music-engine's Issues

Search does not work

Hello, how can you update the search part, the spotify API does not work.

This is so in the current spotify_helper.php

function _search_all($query,$insert = true) { $query = urlencode($query); $CI =& get_instance(); $url = "https://api.spotify.com/v1/search?q=$query&type=artist,track,album&limit=50"; $data = json_decode(_curl($url));

I tested it like this but it did not work, can you put the correct code to search for artists to work?

function _search_all($query,$insert = false) { $headers[] = 'Authorization: Bearer '.$access_token; $access_token = json_decode(_curl("https://accounts.spotify.com/api/token",$query,$headers, $token)); return _curl("https://api.spotify.com/v1/search?q=$query&type=artist,track,album&limit=50",false,$headers); $access_token['grant_type'] = 'authorization_code'; $query = urlencode($query); $CI =& get_instance(); $data = json_decode(_curl($url)); $this->client_id = $this->config->item("spotify_client_id"); $this->client_secret = $this->config->item("spotify_client_secret"); $this->token = $result['access_token'];

find artist or songs does not work

Ol谩 tem como voce arrumar o sistema de busca, via spotify ou colocar ele pra buscar por outros servi莽os.

Hola, 驴c贸mo puede arreglar el sistema de b煤squeda, a trav茅s de spotify o ponerlo para buscar otros servicios?

Hello, how can you fix the search system, via spotify or put it to search for other services.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    馃枛 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 馃搳馃搱馃帀

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google 鉂わ笍 Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.