https://github.com/hugodf/hello-express-airtable
Express starter app for Glitch with Airtable
https://github.com/hugodf/hello-express-airtable
Last synced: 23 days ago
JSON representation
Express starter app for Glitch with Airtable
- Host: GitHub
- URL: https://github.com/hugodf/hello-express-airtable
- Owner: HugoDF
- License: mit
- Created: 2018-07-31T21:28:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T21:43:58.000Z (over 6 years ago)
- Last Synced: 2025-02-14T01:39:35.557Z (3 months ago)
- Language: HTML
- Homepage: https://hello-express-airtable.glitch.me/
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Express Airtable starter
===================================Get started
-----------
**Prerequisite**: an [Airtable](https://airtable.com/invite/r/efFknGGu) account, maybe a Glich account1. [Remix this on Glitch](https://glitch.com/edit/#!/remix/hello-express-airtable)
2. Get your API key by going to [https://airtable.com/account](https://airtable.com/account) and clicking "Generate key"
3. Get your base id by going to your base and clicking "Help (i)" and then "API Documentation"
4. Put your `AIRTABLE_BASE` and `AIRTABLE_API_KEY` in `.env`Introduction to Glitch
----------------------Click `Show` in the header to see your app live. Updates to your code will instantly deploy and update live.
**Glitch** is the friendly community where you'll build the app of your dreams. Glitch lets you instantly create, remix, edit, and host an app, bot or site, and you can invite collaborators or helpers to simultaneously edit code with you.
Find out more [about Glitch](https://glitch.com/about).
Your Project
------------On the front-end,
- edit `public/client.js`, `public/style.css` and `views/index.html`
- drag in `assets`, like images or music, to add them to your projectOn the back-end,
- your app starts at `server.js`
- add frameworks and packages in `package.json`
- safely store app secrets in `.env` (nobody can see this but you and people you invite)