Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.41 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.41 KB

Spreadsheet widget maker

This repo contains power-user friendly code to turn any spreadsheet (csv actually) into a widget.

So to run it you will need:

  • Read the rest of this document
  • Change config values in code constants
  • Compile the app or run the script (might need to do some Googling to prove you are true power-user)

Some of use cases:

  • Visualise data from your smart weather station, that was saved to Google Spreadsheet with help of IFTTT
  • See the reminding budget or savings progress
  • See how many free seats are left in an event where participants subsctibe via Google Forms
  • Please add you example here...

The data

To start you will need the data. You can start with the demo data:

To prepare yout own data you have to share the Google Spreadsheet as a CSV. For more info take a look at this post

Contributing

To get involved and help this project and the world you can

  • Create spreadsheet widgets and help test
  • Post issues if you have them the solutions if you have those
  • Post example use cases, create a pull request or add an issue with your use case
  • Add features and contribute implementations for other platforms