UNPKG

article-parser

Version:

Extract clean article data from given URL.

20 lines (19 loc) 244 B
os: - linux sudo: false language: node_js node_js: - "8.2" - "8.0" - "7.0" - "6.0" addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 install: - export CXX=g++-4.8 - $CXX --version - npm i