An open API service indexing awesome lists of open source software.

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

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 account

1. [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 project

On 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)