Git Product home page Git Product logo

movie-mock-data's Introduction

React Tutorial project

The data folder contains an example dataset from The Movie Database.

It is in the format required by connect-api-mocker.

Image URLs

To build an image URL, you will need 3 pieces of data. The base_url, size and file_path. Simply combine them all and you will have a fully qualified URL. Here’s an example URL:

https://image.tmdb.org/t/p/w500/8uO0gUM8aNqYLs1OsTBQiXu0fEv.jpg

Base URL:

http://image.tmdb.org/t/p/
https://image.tmdb.org/t/p/

Sizes:

[
    "w92",
    "w154",
    "w185",
    "w342",
    "w500",
    "w780",
    "original"
],

Update dataset:

Create a .env file in the root folder with the following content:

TMDB_KEY=<your api key>

Install the python dependencies (Requires Python >= 3.5)

pip install -r requirements.txt

Run the scrape script

python scrape.py

movie-mock-data's People

Contributors

sbaechler avatar dependabot[bot] avatar

Watchers

 avatar James Cloos avatar

Forkers

dhunganasaroj3

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.