All Projects â†’ githubocto â†’ flat-demo-google-sheets

githubocto / flat-demo-google-sheets

Licence: MIT License
A Flat Data GitHub Action demo repo

Projects that are alternatives of or similar to flat-demo-google-sheets

apaga-luz
💡 ¿Cuánto cuesta la luz? 💶
Stars: ✭ 71 (+491.67%)
Mutual labels:  flat-data
flat-demo-covid-dashboard
A Flat Data GitHub Action demo repo
Stars: ✭ 27 (+125%)
Mutual labels:  flat-data
flat
The GitHub Action which powers Flat
Stars: ✭ 339 (+2725%)
Mutual labels:  flat-data
flat-demo-NASA-photo-of-the-day
A Flat Data GitHub Action demo repo
Stars: ✭ 15 (+25%)
Mutual labels:  flat-data
flat-ui
No description or website provided.
Stars: ✭ 355 (+2858.33%)
Mutual labels:  flat-data

Flat Data Demo: Google Sheets

This demo is part of a larger Flat Data project created by GitHub OCTO. Read more about the project here.

What this demo does

This repository uses a Flat Data Action to fetch a public Google Sheet as a CSV. In order to use you have Publish your Google Sheet to the web and then fetch the "CSV" link for the file.

Inside .github/workflows/flat.yaml:

- name: Fetch data
      uses: githubocto/flat@v3
      with:
        http_url: 'https://docs.google.com/spreadsheets/d/e/2PACX-1vQT7KW2U7o4zh2Sh5qpTl42OQzbKZG-glDd3rVcXhvQ1MtXTQiitvGEV6xvkfrXAn1dYADV1qLc2CEC/pub?output=csv' 
        downloaded_filename: google-sheet.csv

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].