Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kahwee/vast-inliner
Converting VAST Wrappers to only InLine since 2016
https://github.com/kahwee/vast-inliner
Last synced: about 2 months ago
JSON representation
Converting VAST Wrappers to only InLine since 2016
- Host: GitHub
- URL: https://github.com/kahwee/vast-inliner
- Owner: kahwee
- Created: 2016-02-03T07:04:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T12:17:43.000Z (over 4 years ago)
- Last Synced: 2024-11-17T04:42:47.913Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 774 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
vast-inliner is written as a challenge. The aim of this is to turn VAST documents with wrappers into a single VAST document that is InLine.
[![Build Status](https://travis-ci.org/kahwee/vast-inliner.svg?branch=master)](https://travis-ci.org/kahwee/vast-inliner)
[![Coverage Status](https://coveralls.io/repos/github/kahwee/vast-inliner/badge.svg?branch=master)](https://coveralls.io/github/kahwee/vast-inliner?branch=master)
[![npm version](https://badge.fury.io/js/vast-inliner.svg)](https://badge.fury.io/js/vast-inliner)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
[![Greenkeeper badge](https://badges.greenkeeper.io/kahwee/vast-inliner.svg)](https://greenkeeper.io/)
[![bitHound Score](https://www.bithound.io/github/kahwee/vast-inliner/badges/score.svg)](https://www.bithound.io/github/kahwee/vast-inliner)# Installing
```sh
npm i vast-inline --save
```# Using
Using it in code
```js
const vastInliner = require('vast-inliner')
```or if ES2015 is your thing:
```js
import vastInliner from 'vast-inliner'
```# Recommendations