Giter VIP home page Giter VIP logo

micro-rss-parser's Introduction

Build Status js-standard-style

micro-rss-parser

Parse rss to json

$ curl -v https://parse.rss.tjeneste.win -d '{"rss": "https://www.telemark.no/rss/feed/aktuelt"}'
$ curl -v https://echo.mikrotjeneste.win?rss=https://www.telemark.no/rss/feed/aktuelt

Both returns

{
  type: "rss 2.0",
  title: "Aktuelt fra Telemark fylkeskommune",
  link: "http://www.telemark.no/",
  description: "",
  language: "no-bokmaal",
  managingeditor: "[email protected] (Geir Gåsodden)",
  pubdate: "Sun, 14 May 2017 08:02:08 +0000",
  lastbuilddate: "Sun, 14 May 2017 08:02:08 +0000",
  generator: "eZ Components Feed dev (http://ezcomponents.org/docs/tutorials/Feed)",
  docs: "http://www.rssboard.org/rss-specification",
  atom:link: {
    href: "http://www.telemark.no/rss/feed/aktuelt",
    rel: "self",
    type: "application/rss+xml"
  },
  items: [
    {
      title: "Støtte til Bluesfestivalen ",
      link: "http://www.telemark.no/Aktuelt/2017/Stoette-til-Bluesfestivalen",
      description: "<p>Hovedutvalg for kultur, idrett og folkehelse i Telemark fylkeskommune har enstemmig gått inn for intensjonsavtalen om 5-årig støtte til Notodden Bluesfestival. St@tten er på 930 000 kroner i året i fem år.</p>",
      author: "[email protected] (Sigmund Bolme)",
      category: "",
      guid: {
        ispermalink: "false",
        text: "ed86b8adae370cb45f108a8f1d1f3eb1"
      },
      pubdate: "Fri, 12 May 2017 13:41:03 +0000"
    },
    {
      title: "Signerte partnerskapsavtaler for folkehelse",
      link: "http://www.telemark.no/Aktuelt/2017/Signerte-partnerskapsavtaler-for-folkehelse",
      description: "<p>Torsdag signerte Telemark fylkeskommune partnerskapsavtaler for folkehelse med fem frivillige organisasjoner. Partnerskapsavtalene skal bidra til å gi viktige frivillige organisasjoner i Telemark forutsigbarhet i arbeidet sitt, og er en viktig satsing for fylkeskommunen.&nbsp;</p>",
      author: "[email protected] (Sigmund Bolme)",
      category: "",
      guid: {
        ispermalink: "false",
        text: "47554b259da8f1a74dd01b8ae907e3ac"
      },
      pubdate: "Fri, 12 May 2017 11:00:02 +0000"
    }
  ]
}

Deploy using Now

  • clone the project
  • change now.json
  • deploy
$ npm run deploy

License

MIT

micro-rss-parser's People

Contributors

renovate-bot avatar zrrrzzt avatar greenkeeper[bot] avatar cybermelmac avatar telemarkfylkeskommune avatar pandimadhubabu avatar

Watchers

James Cloos avatar  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.