Skip to content

Basic usage of Google Sheets API to create a personalized Pen Refill finder app.

Notifications You must be signed in to change notification settings

SudipBishwakarma/Refill_Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Refill-Finder

Refill-Finder is a demo app which makes use of Google Sheets Python API and jQuery for DOM manipulation. This app reads data from multiple sheets in a single spreadsheet and then generates individual json files so as to use it in an interactive pen refill finder webpage.

Installation

Use the package manager pip to install Google Sheets API. Follow their documentation to get API credentials.

$ pip3 install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib

Usage

Place the files in your webserver document root. Generate products.json and brands.json with command below

$ python3 refill_finder.py

Visit interactive refill-finder page on local machine

http://localhost/refill_finder

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

You are free to use this app and do whatever you want with it.

About

Basic usage of Google Sheets API to create a personalized Pen Refill finder app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published