Skip to content

Commit

Permalink
Pull data from chromestatus.com and update browser custom data. Fix m…
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Nov 4, 2019
1 parent 9ee4030 commit d77a187
Show file tree
Hide file tree
Showing 6 changed files with 11,977 additions and 11,231 deletions.
9 changes: 9 additions & 0 deletions web-data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## VS Code Web Custom Data

This repository pulls data from multiple channels and massage them into the Custom Data Format. The data is then published to [vscode-web-custom-data](https://www.npmjs.com/package/vscode-web-custom-data) package and consumed in VS Code's [HTML](https://github.com/Microsoft/vscode-html-languageservice) and [CSS](https://github.com/Microsoft/vscode-css-languageservice) Language Services.

## License

- `css/chromestatus/attributeRanking.json` is built upon content from [Chrome Status](https://www.chromestatus.com/metrics/css/popularity) and distrubted under CC Attribution 2.5.
- `css/mdn/mdn-documentation.js` is built upon content from [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web)
and distributed under CC BY-SA 2.5.
Loading

0 comments on commit d77a187

Please sign in to comment.