Git Product home page Git Product 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, sport
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

ail221 avatar akankshagrover avatar akashgarg1805 avatar akhil09 avatar christianhoward avatar ckiwilkinson avatar cybershivanka avatar day-mon avatar ducdev avatar edgarbarrantes avatar hannahlspencer avatar haroon-sheikh avatar hermajan avatar irvindominin avatar jayraic avatar johnnymetz avatar lsmoura avatar mave95 avatar mridulg avatar nehemiahk avatar notoriousrebel avatar olumby avatar prakharvk avatar rizdaprasetya avatar sanketsingh24 avatar saurabhgupta050890 avatar shashwatmishra76 avatar siddhantvirus avatar vinifarias avatar wadleo avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jsonmc's Issues

Star Wars

The Star Wars movies would be a nice early addition as well.

Marvel Movies

This is just a placeholder. Check the "referenced" issues.

If there is a marvel movie or collection that you feel it's left out, reference this issue, please.

Add support for multiple directors

Might be good to rename director to directors like the actors array as some movies have multiple directors.

Example:

"directors": [
     "Lana Wachowski",
     "Lilly Wachowski",
     "Yoshiaki Kawajiri"
  ]

Star Trek

We need Star Trek: Into Darkness and Star Trek: Beyond.

Add instructions for movies yet to be released

While working on #21 Underworld movies, I discover that they have to make a release next year (Underworld: Blood wars). So I was wondering if we could include such data here. Also, because much details about such movies is not yet available like the runtime.

Nicer website

The website of this project, while working, is not really pretty. I'm willing to come up with a nicer design, but cannot find out where to contribute to.

Any input on this by @lsmoura?

Testing

I think it might be a good idea to set up some tests to validate json files in the repo to avoid errors being committed, like the ones I fixed earlier (#37).

Could be ran automatically for pull requests using travis-ci.com.

Directors

Directors are another important part of the filmmaking process. Would it make sense to add a directors directory? Say the word and I'll add a few.

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.