cncf / landscape

🌄 The Cloud Native Interactive Landscape filters and sorts hundreds of projects and products, and shows details including GitHub stars, funding, first and last commits, contributor counts and headquarters location.
https://l.cncf.io
Apache License 2.0
9.3k stars 1.96k forks source link

CSV Export #289

Closed dankohn closed 6 years ago

dankohn commented 6 years ago

Use a library like https://www.npmjs.com/package/json2csv to convert JSON to CSV in the browser. This should download the current view.

AndreyKozlov1984 commented 6 years ago

I'm going to export these columns: ${Group}, Name, Organization, Stars, Market Cap, Funding, License If we need more columns, I can add those columns later