Giter Site home page Giter Site logo

scraping-berita's Introduction

Instalasi

  • npm install
  • npm start

Library yang digunakan

  • axios
  • cheerio
  • express
  • moment

API

{
  "message": "Semua data hasil dari scraping",
  "api": [
    {
      "name": "Tribunnews",
      "all": "/tribunnews",
      "section": [
        "/tribunnews/news",
        "/tribunnews/regional",
        "/tribunnews/nasional",
        "/tribunnews/internasional",
        "/tribunnews/bisnis",
        "/tribunnews/sport",
        "/tribunnews/seleb",
        "/tribunnews/lifestyle",
        "/tribunnews/kesehatan"
      ],
      "detail": "/tribunnews/:slug"
    },
    {
      "name": "CNN Indonesia",
      "all": "/cnnindonesia",
      "section": [
        "/cnnindonesia/nasional",
        "/cnnindonesia/internasional",
        "/cnnindonesia/ekonomi",
        "/cnnindonesia/olahraga",
        "/cnnindonesia/hiburan",
        "/cnnindonesia/gaya-hidup",
        "/cnnindonesia/teknologi"
      ],
      "detail": "/cnnindonesia/:slug"
    },
    {
      "name": "Tempo",
      "all": "/tempo",
      "section": [
        "/tempo/nasional",
        "/tempo/dunia",
        "/tempo/metro",
        "/tempo/bisnis",
        "/tempo/olahraga",
        "/tempo/bola",
        "/tempo/gaya",
        "/tempo/travel",
        "/tempo/otomotif",
        "/tempo/tekno"
      ],
      "detail": "/tempo/:slug"
    },
    {
      "name": "Kompas",
      "all": "/kompas",
      "section": [
        "/kompas/megapolitan",
        "/kompas/regional",
        "/kompas/nasional",
        "/kompas/global",
        "/kompas/money",
        "/kompas/bola",
        "/kompas/tekno",
        "/kompas/lifestyle",
        "/kompas/health",
        "/kompas/otomotif"
      ],
      "detail": "/kompas/:slug"
    },
    {
      "name": "Liputan 6",
      "all": "/liputan6",
      "section": [
        "/liputan6/news",
        "/liputan6/crypto",
        "/liputan6/saham",
        "/liputan6/bisnis",
        "/liputan6/bola",
        "/liputan6/showbiz",
        "/liputan6/tekno",
        "/liputan6/cek-fakta",
        "/liputan6/islami",
        "/liputan6/regional"
      ],
      "detail": "/liputan6/:slug"
    }
  ]
}

scraping-berita's People

Contributors

bagusindrayana avatar rezamandala 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.