trieloff / helix-theblog-importer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helix Service

Helix TheBlog importer action:

  • if url is not part of the urls list
  • download url content
  • parse the dom, remove undesired blocks, extracts author, post, products and topics
  • transform to various snippets into markdown
  • upload to OneDrive
  • update the urls list

Status

codecov CircleCI GitHub license GitHub issues LGTM Code Quality Grade: JavaScript semantic-release Greenkeeper badge

Installation

Usage

curl https://adobeioruntime.net/api/v1/web/helix/helix-services/service@v1

For more, see the API documentation.

Development

Deploying Helix Service

Deploying Helix Service requires the wsk command line client, authenticated to a namespace of your choice. For Project Helix, we use the helix namespace.

All commits to master that pass the testing will be deployed automatically. All commits to branches that will pass the testing will get commited as /helix-services/service@ci<num> and tagged with the CI build number.

About

License:Apache License 2.0


Languages

Language:JavaScript 100.0%