GithubHelp home page GithubHelp logo

marvel-data-manip's Introduction

Marvel Data Manipulation

characters

  1. Print out every name to the terminal.

  2. Get a list of every character and their ID, as an object.

{ "3-D Man": 1011334, ... }
  1. Get a list of every character and their description, as an object. Remove any characters without a description.
{ 
  "Abomination (Emil Blonsky)": "Formerly known as Emil Blonsky, a spy of Soviet Yugoslavian origin working for the KGB, the Abomination gained his powers after receiving a dose of gamma radiation similar to that which transformed Bruce Banner into the incredible Hulk."
}
  1. Return an array of all the names of the comics "Adam Warlock" has been in.

  2. Return the name of all characters who are "available" in less than 10 comics.

mystique

  1. For "Mystique", return the name of the all stories where the type is "cover".

  2. Return an array of all the thumbnails for the characters as full paths.

["http://i.annihil.us/u/prod/marvel/i/mg/4/03/528d33b473550.jpg", ...]
  1. Were any of the resources modified after the year 2000? Create a function that returns true or false to evaluate if so.

series

  1. Return an object for all "creators" on "Cable (1993 - 2002)". The keys should be the "role" assigned to each creator and the value is an array of the names.

  2. Return an object where the keys are the series' "title" and the value is an array of the characters in that series.

  3. Find which series started before the year 2000 which has the most available comics.

marvel-data-manip's People

Contributors

bwreid avatar

Watchers

James Cloos avatar  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.