45

GitHub - jsonmc/jsonmc: JSON Movie Collection

 5 years ago
source link: https://github.com/jsonmc/jsonmc
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

readme.markdown

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.

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 Screeplay 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.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK