8000 GitHub - m1ch43lw4ng/kiwi-maintenance: A React web-app to read and write from an Airtable database, as well as sync the tables by updating the registry table as entries are added to the updates table.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A React web-app to read and write from an Airtable database, as well as sync the tables by updating the registry table as entries are added to the updates table.

Notifications You must be signed in to change notification settings

m1ch43lw4ng/kiwi-maintenance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kiwi-maintenance

A React web-app to read and write from an Airtable database and sync the different tables in the base.

Author(s)

Built With

Usage

Running Locally

To use this app for a table, create a .env file with the contents and correct credentials for that table.

  1. In terminal: touch .env
  2. Open .env (if using Sublime, run open -a Sublime\ Text.app .env)
  3. In the .env file, copy-paste the following text and fill in the variables:
REACT_APP_apiKey='YOUR_KEY'
REACT_APP_baseID='YOUR_BASE'
REACT_APP_url='YOUR_URL'

Running on a Server

  1. Setting keys in Heroku:
heroku config:set REACT_APP_apiKey='YOUR_KEY' REACT_APP_baseID='YOUR_BASE' REACT_APP_url='YOUR_URL'

React app

  1. Clone the repository git clone https://github.com/m1ch43lw4ng/kiwi-maintenance
  2. Cd into the correct directory cd kiwi-maintenance
  3. Install node modules npm install
  4. use npm to run
npm start

Contributing

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

  1. Fork https://github.com/m1ch43lw4ng/kiwi-maintenance
  2. Clone git clone https://github.com/USERNAME/kiwi-maintenance
  3. Create feature branch git checkout -b feature/NAME
  4. Commit your changes git commit -am 'Added ___'
  5. Push to the branch push origin feature/NAME

About

A React web-app to read and write from an Airtable database, as well as sync the tables by updating the registry table as entries are added to the updates table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0