GithubHelp home page GithubHelp logo

jsonmc's Introduction

JSON Movie Collection

Build Status

A comprehensive collection of movies and actors easy to use and parse in json file format segregated by release year.

Contributing

Every October, this repository receives a lot of attention. If you want to work on any of the issues tagged Hacktoberfest, please, say so in the issue and I'll make sure to merge the PRs of those who came first.

If you're looking for issues to contribute, check those that does not have a "dibs" label. Check the comments, if nobody requested "dibs", make sure to leave your comment so you can get your PR merged first for that issue.

Make sure to always reference your pull requests with the respective issue by adding Fixes #100 on your commit message, PR title or PR description. A template has been provided to help you out.

A movie has the following details

Movie attribute Details
Release date YYYY-MM-DD release date
Categories Action, adventure, comedy, animation, family, fantasy, sci-fi
Director Directors of the movie
Writers Screenplay and story writers
Actors Main casts of the movie
Year Movie released year
Runtime Runtime in mins
Storyline Brief description of the movie

Example movie file

{
  "name": "Jurassic Park",
  "year": 1993,
  "runtime": 127,
  "categories": [
    "adventure",
    "thriller",
    "sci-fi"
  ],
  "release-date": "1993-06-11",
  "director": "Steven Spielberg",
  "writer": [
    "Michael Crichton",
    "David Koepp"
  ],
  "actors": [
    "Sam Neill",
    "Laura Dern",
    "Jeff Goldblum"
  ],
  "storyline": "Huge advancements in scientific technology have enabled a mogul ... critical security systems are shut down and it now becomes a race for survival with dinosaurs roaming freely over the island."
}

Contributing

Check Contributing Guide for further instructions.

jsonmc's People

Contributors

lsmoura avatar christianhoward avatar haroon-sheikh avatar wadleo avatar akankshagrover avatar mridulg avatar nehemiahk avatar edgarbarrantes avatar ckiwilkinson avatar ducdev avatar hannahlspencer avatar akhil09 avatar hermajan avatar jayraic avatar olumby avatar siddhantvirus avatar sanketsingh24 avatar mave95 avatar akashgarg1805 avatar ail221 avatar vinifarias avatar shashwatmishra76 avatar johnnymetz avatar irvindominin avatar 345132 avatar corne147 avatar thezachcannon avatar vvyomjjain avatar veerakonabhai avatar rcmainak 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.