invbeertory
v0.1.0
Published
Simple beer inventory displaty
Downloads
6
Readme
Welcome to invbeertory 👋
Simple beer inventory displaty
✨ Demo
Install
yarn
Usage
Before building you will need to add credentials to the .env
file.
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 [email protected]
- Website: cianbutler.ie
- Twitter: @cianbutlerx
- Github: @butlerx
🤝 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 [email protected].
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator