Giter VIP home page Giter VIP logo

mapofmetal's Introduction

Logo

This project contains the source code and data for the Map of Metal website first launched in 2009. An interactive map of Metal history and the influential bands that helped shape the genres we know today.

https://mapofmetal.com

Contributing

To submit a bug report please visit https://github.com/patrickgalbraith/mapofmetal/issues/new

Playlist Contributions

All playlists are stored in the /data/genre-info/ directory.

Each genre is stored as a seperate json file with the following structure:

{
  // Genre Title
  "title": "Heavy Metal",

  // Genre Description - May contain HTML
  "description": "Heavy metal (often referred to simply as metal)...",

  // List of tracks
  "tracklist": [
    {
      "artist": "Black Sabbath", // Track artist name
      "title": "Black Sabbath",  // Track name
      "year": "1970",            // Year released

      "videos": [                // List of YouTube video IDs
        "0lVdMbUx1_k",           // The ID can be found in the URL https://www.youtube.com/watch?v=[THIS BIT]
        "2KnyL4IFcwo",           // If a video fails to play the next video in the list is tried
        "qrVKmTPFYZ8"
      ]
    },
    // ...and so on
  ],

  // Genre ID
  "id": "heavymetal"
}

To make changes follow these instructions https://help.github.com/articles/editing-files-in-another-user-s-repository/.

Important Before submitting any changes to a json data file make sure it is valid by pasting the contents into https://jsonlint.com/.

Genre Suggestions

I am happy to receive suggestions for new genres however due to the amount of work involved I would expect at least the following to be provided.

  • Name of genre
  • Short description of genre or link to a description of the genre
  • Decade that genre began - 80s, 90s, 00s, etc...
  • List of tracks exemplifying the genre (at least 4, ideally 8-10)

Please be aware that adding a new genre to the map can take time as it requires making changes to the underlying map design.

Installation

Requirements

NodeJS & NPM - https://nodejs.org
Gulp         - npm install -g gulp

Install

npm install

Build

gulp build

Watch

gulp watch

Note this project currently uses a forked version of openseadragon which needs to be built manually cd ./node_modules/openseadragon && npm install && grunt build.

License

Basically I am happy for you to use anything except for the images, design, and name (Map of Metal).

See the COPYRIGHT and associated LICENSE files for details.

mapofmetal's People

Contributors

patrickgalbraith avatar tardate avatar

Watchers

 avatar

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.