Skip to content

Commit

Permalink
Merge pull request #14 from voxmedia/open-source-time
Browse files Browse the repository at this point in the history
Adds Open Source License
  • Loading branch information
Brian Anderson authored Apr 1, 2019
2 parents c9e0d32 + ac5455d commit 611f81e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 7 deletions.
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2019 Vox Media

Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Concert Vast Parser

This is the Concert Vast Parser. It consumes simple inline video VAST tags and provides a nice wrapper to interact with the XML response in a Concert-opinionated way.
This is an opinionated and minimal Concert Vast parser. It consumes simple InLine video VAST responses and provides a nice wrapper to interact with the XML response in a Concert-opinionated way.

## Vast Elements Supported

Expand Down Expand Up @@ -122,10 +122,6 @@ player.src([{ type: bestVastVideo.mimeType(), src: bestVastVideo.url() }]);
- Run `yarn cypress-open` to run cypress in visual mode
- Run `yarn build` to build the final js

### Remaining Work

1. Open source it 🙏

### Contributing

- Make a branch
Expand All @@ -136,5 +132,20 @@ player.src([{ type: bestVastVideo.mimeType(), src: bestVastVideo.url() }]);
### Important details:

- es6
- no semicolons _(come at me)_
- Strict BDD via [Jest](https://jestjs.io/)

### License

Copyright 2019 Vox Media

Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Simple Vast Parsing for Concert Video Ads",
"main": "src/index.js",
"author": "Vox Media",
"license": "MIT",
"license": "Apache-2.0",
"private": false,
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 611f81e

Please sign in to comment.