/invbeertory

Inventory display for beer stock

Primary LanguageTypeScriptMIT LicenseMIT

Welcome to invbeertory 👋

Version Documentation Maintenance License: MIT Twitter: cianbutlerx Netlify Status

Simple beer inventory displaty

Demo

Install

yarn

Usage

Before building you will need to add credentials to the .env file or set them in the shell env. see .env.sample or below

PROJECT_ID="<YOUR_PROJECT_ID>"
SPREADSHEET_ID="<YOUR_SPREADHEET_ID>"
CLIENT_EMAIL="<SERVICE_ACCOUNT_EMAIL>"
PRIVATE_KEY_ID="<YOUR_PRIVATE_KEY_ID>"
PRIVATE_KEY="<YOUR_PRIVATE_KEY>"

You can get the SPREADSHEET_ID from the URL of your sheet, https://docs.google.com/spreadsheets/d/<SPREADSHEET_ID>/edit#gid=12345. You will have to create a service account which will provide you with the service account email id and a private key. To know more about creating service account you can visit here and read this. After creating a service account share your sheet with edit permission with the given email id.

yarn build

Author

👤 Cian Butler butlerx@notthe.cloud

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Cian Butler butlerx@notthe.cloud.

This project is MIT licensed.