butlerx / invbeertory

Inventory display for beer stock

Home Page:https://beer.notthe.cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


About

Inventory display for beer stock

https://beer.notthe.cloud

License:MIT License


Languages

Language:TypeScript 72.3%Language:SCSS 15.6%Language:JavaScript 12.0%