Code Monkey home page Code Monkey logo

json-movie-list'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.

json-movie-list's People

Contributors

apoorv-gaurav-agarwal avatar arthur-justino avatar b30wulffz avatar daywisonsilva avatar debcamila avatar edilson avatar felixnorden avatar gchagan36 avatar hankoj avatar jalajvernekar avatar jedidiah avatar jtryan avatar keilaviana avatar kushal-khare-official avatar lisacee avatar markjmeier avatar mattwright42 avatar mikeleguedes avatar renato04 avatar sbays avatar shail-patel-321 avatar swapneelr09 avatar tiletheplane avatar trevlewis avatar tron2003 avatar vanessatelles avatar vicitel avatar vondowntown avatar wouterfennis avatar yeggasd 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

Watchers

 avatar  avatar  avatar

json-movie-list's Issues

Adding movie to already existing years?

Are we able to add more movies to years that already exist?

When a movie is added, are we meant to update the other files as well (actors and directors)?

Would love to add some more classic movies to years that only have one or two movies...thanks!

hachi-a-dog's-tale.json movie name is wrong

Description

Tests fail for an incorrect file name

Steps to reproduce

npm run test in terminal

Expected result

The test should pass

Actual result

Test fails because the file name does not satisfy the regex patterns

Output

Screenshot 2019-10-09 at 18 22 18

a-dog's-purpose.json movie name is wrong

Description
Tests fail for an incorrect file name

Steps to reproduce
npm run test in terminal

Expected result
The test should pass

Actual result
Test fails because the file name does not satisfy the regex patterns

Output
Screenshot 2019-10-09 at 18 31 50

Help to review the pr's

I need some people to help me with the PR's 'cause I don't have much free time to do this.

*Free time to:
*Open issues
*Approve PR's
*Know de rules and run the test
*Be kind with others 😸
*Is necessary to be responsible and commitment

Create Issue Workflow

Create a standardised workflow for maintainers/volunteers to create new issues for this project

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.