Skip to content
View dantodev's full-sized avatar
🥷
hunting bugs
🥷
hunting bugs
Block or Report

Block or report dantodev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dantodev/README.md

Hi there, I'm Daniel! 👋

I'm currently working as senior software engineer for Verint Systems in Dresden using javascript / Node.js and Vue.js to build awesome web apps.

📫 How to reach me:

Pinned

  1. project-dl project-dl Public

    JavaScript 2

  2. dom-diff dom-diff Public

    JavaScript

  3. google-magic-bookmark google-magic-bookmark Public

    Chrome Extension to magically link a tab to a bookmark

    JavaScript

  4. Exports a playlist from the Sportify... Exports a playlist from the Sportify web client as JSON.
    1
      (() => {
    2
        function mapItem(itemNode) {
    3
          return {
    4
            title: getText(itemNode, '.tracklist-name'),
    5
            artist: getText(itemNode, '.TrackListRow__artists'),