0.1.0 ā€¢ Published 4 years ago

invbeertory v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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.

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.


This README was generated with ā¤ļø by readme-md-generator