Coder Social home page Coder Social logo

moviecrawler's Introduction

MovieCrawler Web Application

Codeship Status for ChenLiZhan/MovieCrawler

Our Heroku web service

Take the link to use our service.

Description

You can use our web application to check the informations of movies from famous @movie in taiwan. For example, you can quickly take a look at the informations of latest, second-round movies. Furthermore, we also provide you to get the top 10 famous moives and DVD rank.

API Usages

There are several APIs you can use

  • Top 10 information:

      https://movie-crawler.herokuapp.com/api/v2/rank/(category).json
    

    You have three choices to replace the (category) part.

    1. use 1 to get the top 10 popular movies in U.S. area.
    2. use 2 to get the top 10 popular movies in Taiwan area.
    3. use 3 to get the top 10 popular DVD.

    Ex: If I would like to get the top ten popular movies in Taiwan, then I could access

        https://movie-crawler.herokuapp.com/api/v2/rank/2.json
    

    The result will reach to you just-in-time.

  • One more thing with Top 10:

    If you are impatient to see the whole ranking list and want to see the real best movie amont the three lists. You could have a "post" request to access the data.

    with

    curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d "{\"top\":3}"  http://movie-crawler.herokuapp.com/api/v2/checktop
    

    Only one command, the api will return you with the top 3 most popular movie in the three list all at once. Sounds interesting? Have a try!

  • To get informaiton of the latest or second round movies available in Taiwan:

    1. If you want take a look at the latest movies. Please access

       https://movie-crawler.herokuapp.com/api/v2/info/latest.json
      
    2. If you want know the informations of the second-round ones.

       https://movie-crawler.herokuapp.com/api/v2/info/seond_round.json
      

    new in v2

  • To get the specific information of some movie, including crew, comments and others:

    If you want check superman

      https://movie-crawler.herokuapp.com/api/v2/movie/superman.json
    

moviecrawler's People

Contributors

chenlizhan avatar

Watchers

 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.